forked from Fattr/fattr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·78 lines (75 loc) · 2.05 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "fittr-client",
"version": "0.0.0",
"description": "\"You vs the world, who's the fittest\"",
"main": "gruntfile.js",
"scripts": {
"test": "grunt travis --verbose",
"postinstall": "./node_modules/grunt-cli/bin/grunt build;./node_modules/bower/bin/bower install"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "https://github.com/Fittr/fittr.git"
},
"directories": {
"test": "test"
},
"dependencies": {
"grunt": "~0.4.2",
"express": "~3.4.8",
"fitbit-js": "~0.2.0",
"mongoose": "~3.8.4",
"bcrypt-nodejs": "0.0.3",
"coffee-script": "~1.6.3",
"grunt-cli": "~0.1.11",
"grunt-coffeelint": "0.0.8",
"grunt-contrib-coffee": "~0.8.0",
"coffee": "0.0.1",
"passport": "~0.1.18",
"passport-local": "~0.1.6",
"passport-fitbit": "~0.1.2",
"bower": "~1.2.8",
"moment": "~2.5.1"
},
"devDependencies": {
"grunt-mocha-test": "~0.8.2",
"grunt-express-server": "~0.4.11",
"grunt-contrib-watch": "~0.5.3",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-coffee-preprocessor": "~0.1.2",
"requirejs": "~2.1.10",
"karma-requirejs": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.1",
"karma": "0.10",
"grunt-karma": "0.6",
"jshint": "~2.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-jasmine": "0.5.1",
"grunt-nodemon": "~0.1.2",
"grunt-concurrent": "~0.4.2",
"grunt-env": "~0.4.1",
"grunt-contrib-sass": "~0.6.0",
"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",
"install": "~0.1.7",
"npm": "~1.3.24"
},
"author": "",
"license": "BSD"
}