forked from coderesponsible/front-end-quiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 818 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "front-end-quiz",
"version": "1.0.0",
"description": "A trivia quiz for front end engineering questions",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^3.3.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsonlint": "^1.0.4",
"grunt-newer": "^1.1.0",
"grunt-sass": "^0.17.0",
"grunt-sassyclean": "^0.1.1",
"grunt-spell": "^0.2.1",
"jshint-stylish": "^1.0.0",
"shuffle-array": "^0.1.0"
},
"author": "Ryan Burgess <[email protected]> (http://everernote.com/)",
"license": "MIT"
}