forked from joeeames/multivision-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 967 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": "MultiVision",
"version": "0.0.0",
"description": "Extreme Tech Training",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"author": "Joe Eames",
"license": "BSD-2-Clause",
"dependencies": {
"jade": "~0.35.0",
"express": "~3.4.4",
"stylus": "~0.40.2",
"mongoose": "~3.8.0",
"passport-local": "~0.1.6",
"passport": "~0.1.17"
},
"devDependencies": {
"karma-mocha": "~0.1.0",
"mocha": "~1.14.0",
"karma-chai-plugins": "~0.1.3",
"karma-firefox-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-script-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"requirejs": "~2.1.9",
"karma-requirejs": "~0.2.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.5"
}
}