-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
49
50
{
"name": "gains",
"version": "0.0.0",
"license": "MIT",
"author": "jonnypickarddev@gmail.com",
"repository": {
"type": "git",
"url": "https://github.com/jonnypickard/gains"
},
"scripts": {
"start": "node ./app.js",
"e2e": "node ./node_modules/.bin/nightwatch --config ./tests/e2e/config/nightwatch.config.js",
"unit": "./node_modules/mocha/bin/mocha --recursive --colors ./tests/unit/models",
"api": "node tests/unit/api/users_api_spec.js | tap-spec"
},
"dependencies": {
"aws-sdk": "^2.9.0",
"bcryptjs": "*",
"bluebird": "^3.4.7",
"body-parser": "~1.15.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"express-handlebars": "^3.0.0",
"express-minify": "^0.2.0",
"express-session": "^1.15.0",
"express-validator": "^3.1.2",
"mongoose": "^4.7.8",
"mongoose-auto-increment": "^5.0.1",
"morgan": "~1.7.0",
"nightwatch": "^0.9.12",
"passport": "^0.3.2",
"passport-facebook": "*",
"passport-google-oauth": "^1.0.0",
"passport-local": "*",
"serve-favicon": "^2.3.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"nightwatch": "^0.9.12",
"supertest": "^3.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"webdriver-manager": "10"
}
}