-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.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
{
"name": "default",
"version": "0.1.0",
"description": "",
"main": "controller.js",
"private": "true",
"engines": {
"node": ">=0.10.26"
},
"dependencies": {
"body-parser": "^1.2.1",
"bower": "^1.3.2",
"errorhandler": "^1.0.1",
"express": "^4.3.1",
"express-session": "^1.2.0",
"jsonwebtoken": "^7.1.9",
"mongodb": "^2.2.11",
"method-override": "^1.0.2",
"morgan": "^1.1.1",
"serve-static": "^1.1.0",
"node-dev": "^2.3.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"jasmine": "^2.5.2",
"jasmine-ajax": "^3.2.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "^0.0.26",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "^0.23.1"
},
"scripts": {
"start": "node --harmony $* ./node_modules/.bin/node-dev controller.js; ",
"postinstall": "node --harmony $* ./node_modules/.bin/bower install;"
},
"author": "Andrew Luhring"
}