-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.29 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "api",
"version": "1.0.0",
"description": "fittr api",
"main": "server.js",
"scripts": {
"test": "grunt travis --verbose",
"postinstall": "./node_modules/grunt-cli/bin/grunt build"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/Fittr/api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Fittr/api/issues"
},
"homepage": "https://github.com/Fittr/api",
"dependencies": {
"express": "~3.4.8",
"fitbit-js": "~0.2.0",
"mongoose": "~3.8.4",
"grunt": "~0.4.2",
"bcrypt-nodejs": "0.0.3",
"node-uuid": "~1.4.1",
"coffee-script": "~1.6.3",
"grunt-cli": "~0.1.11",
"grunt-coffeelint": "0.0.8",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.6.1",
"grunt-express-server": "~0.4.11",
"grunt-contrib-coffee": "~0.8.0",
"grunt-mocha-test": "~0.8.2"
},
"devDependencies": {
"grunt-coffeelint": "0.0.8",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.6.1",
"grunt-express-server": "~0.4.11",
"grunt-contrib-coffee": "~0.8.0",
"supertest": "~0.9.0",
"expect.js": "~0.2.0",
"mocha": "~1.17.0",
"mongodb": "~1.3.23",
"mocha-mongoose": "~1.0.1",
"grunt-mocha-test": "~0.8.2"
}
}