forked from nourishme/menuapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "menuapp",
"version": "0.0.0",
"description": "recommend recipes for you",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nourishme/menuapp.git"
},
"keywords": [
"recommendation",
"recipe",
"hackreactor"
],
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/nourishme/menuapp/issues"
},
"dependencies": {
"stylus": "~0.42.0",
"nib": "~1.0.2",
"express": "~3.4.8",
"mocha": "~1.17.0",
"chai": "~1.8.1",
"jscoverage": "~0.3.8",
"passport": "~0.1.18",
"sinon-chai": "~2.4.0",
"passport-facebook": "~1.0.2",
"passport-google": "~0.3.0",
"node-neo4j": "~2.0.0-RC4",
"karma-script-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.3",
"karma-chrome-launcher": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"requirejs": "~2.1.10",
"karma-requirejs": "~0.2.1",
"karma-coffee-preprocessor": "~0.1.2",
"karma-phantomjs-launcher": "~0.1.1",
"karma": "~0.10.9",
"karma-mocha": "~0.1.1",
"karma-chai": "0.0.2"
}
}