forked from seanworkcode/todo-grad-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1017 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "todo-grad-project",
"version": "1.0.0",
"description": "",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt ci-test"
},
"repository": {
"type": "git",
"url": "[email protected]:joebandenburg/todo-grad-project.git"
},
"author": "Joe Bandenburg <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/joebandenburg/todo-grad-project/issues"
},
"homepage": "https://github.com/joebandenburg/todo-grad-project",
"devDependencies": {
"chai": "^2.3.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^1.8.0",
"grunt-mocha-istanbul": "^2.4.0",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.0",
"grunt-serve": "^0.1.6",
"istanbul": "^0.3.14",
"mocha": "^2.2.5",
"request": "^2.55.0",
"selenium-webdriver": "^2.45.1"
},
"dependencies": {
"body-parser": "^1.12.4",
"express": "^4.12.4",
"underscore": "^1.8.3"
}
}