-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "jquery-q-and-a",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConnorCartwright/jQuery-q-and-a.git"
},
"author": "connor cartwright",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConnorCartwright/jQuery-q-and-a/issues"
},
"homepage": "https://github.com/ConnorCartwright/jQuery-q-and-a#readme",
"description": "",
"dependencies": {
"fs": "0.0.2",
"grunt": "~0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-concurrent": "^2.3.0",
"grunt-contrib": "^0.11.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^3.0.1",
"grunt-sass": "^1.2.0",
"grunt-scss-lint": "^0.3.8",
"http": "0.0.0",
"jit-grunt": "^0.10.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"time-grunt": "^1.3.0"
}
}