-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 990 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
39
40
{
"name": "apptivist",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"pg": "^4.5.3",
"pug": "^2.0.0-alpha6",
"sequelize": "^3.22.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"phantomjs": "^2.1.7",
"phantomjs-prebuilt": "^2.1.7",
"selenium-standalone": "^5.1.0",
"wdio-jasmine-framework": "^0.1.9",
"webdriverio": "^4.0.5",
"protractor": "^3.3.0",
"mocha": "^2.4.5",
"should": "^8.3.1",
"should-http": "0.0.4"
}
}