-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 960 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
{
"name": "MeanBrew",
"version": "0.0.0",
"description": "MeanBrew",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"repository": "",
"author": "Justin Rassier, Matt Richards",
"license": "BSD",
"dependencies": {
"express": "~3.4.8",
"jade": "~1.1.5",
"mongoose": "~3.8.7",
"node-sass-middleware": "^0.5.0",
"passport": "~0.2.0",
"passport-local": "~0.1.6",
"xml2js": "~0.4.1"
},
"devDependencies": {
"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",
"requirejs": "~2.1.11",
"karma-requirejs": "~0.2.1",
"karma-coffee-preprocessor": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.2",
"karma": "~0.10.9",
"jasmine-node": "~1.13.1"
}
}