-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.09 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.09 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "apox",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./app/www",
"start-test": "NODE_ENV=test node ./app/www",
"test": "NODE_ENV=test mocha",
"prot": "protractor test-e2e/protractor.conf.js",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"postinstall": "bower install"
},
"dependencies": {
"bcrypt": "^3.0.3",
"body-parser": "^1.18.3",
"bower": "^1.8.0",
"cookie": "^0.3.1",
"cookie-parser": "~1.3.5",
"cookie-session": "^2.0.0-alpha.1",
"debug": "~2.6.9",
"dotenv": "^2.0.0",
"ejs": "~2.5.5",
"expect": "^1.20.2",
"express": "^4.16.4",
"joi": "^10.1.0",
"jsonwebtoken": "^7.2.1",
"knex": "^0.19.5",
"md5": "^2.2.1",
"method-override": "^2.3.6",
"morgan": "^1.9.1",
"paper": "^0.12.0",
"pg": "^6.1.0",
"random-seed": "^0.3.0",
"randomstring": "^1.1.5",
"serve-favicon": "^2.5.0",
"shifty": "^1.5.4",
"socket.io": "^1.7.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"eslint": ">=4.18.2",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-imagemin": "^3.1.0",
"gulp-jshint": "^2.0.2",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^2.2.0",
"gulp-protractor": "^3.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-requirejs": "^1.1.0",
"mocha": "^3.1.2",
"nyc": "^10.0.0",
"protractor": "^4.0.11",
"selenium-server-standalone-jar": "^3.1.0",
"should": "^11.1.1",
"supertest": "^2.0.0"
}
}