-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.71 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "tallerify-catalog",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "node ./src/bin/www",
"test": "mocha 'src/test/**/*.spec.js'",
"coverage": "istanbul cover _mocha -- 'src/test/**/*.spec.js'",
"codecov": "codecov",
"lint": "eslint src",
"lint-fix": "eslint --fix src",
"pree2e": "webdriver-manager update --standalone false --gecko false"
},
"private": true,
"dependencies": {
"amanda": "^0.5.1",
"bluebird": "3.5.0",
"body-parser": "^1.17.1",
"codecov": "2.1.0",
"cookie-parser": "^1.4.3",
"core-js": "^2.4.1",
"cors": "^2.8.1",
"dotenv": "^4.0.0",
"ejs": "2.5.6",
"express": "^4.15.2",
"express-jwt": "^5.3.0",
"express-jwt-permissions": "^1.0.0",
"ger": "0.0.99",
"jsonwebtoken": "^7.4.0",
"knex": "0.12.9",
"lodash.union": "^4.6.0",
"mathjs": "^3.12.3",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"node-custom-errors": "^0.1.6",
"path-to-regexp": "^1.7.0",
"pg": "^6.1.4",
"pg-hstore": "^2.3.2",
"request": "2.81.0",
"restler": "^3.4.0",
"rxjs": "^5.1.0",
"serve-favicon": "^2.4.1",
"swig": "^1.4.2",
"winston": "2.3.1",
"zone.js": "^0.7.6"
},
"devDependencies": {
"browser-sync": "2.18.8",
"chai": "3.5.0",
"chai-http": "3.0.0",
"chai-things": "^0.2.0",
"cors": "2.8.1",
"eslint": "3.19.0",
"eslint-config-airbnb-base": "11.1.3",
"eslint-plugin-import": "2.2.0",
"gulp": "3.9.1",
"gulp-jshint": "2.0.4",
"gulp-nodemon": "2.2.1",
"istanbul": "0.4.5",
"jshint": "2.9.4",
"jshint-stylish": "2.2.1",
"mocha": "3.2.0",
"request": "2.81.0",
"should": "11.2.1",
"supertest": "3.0.0"
}
}