-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "expressjs-starter-pack",
"version": "0.0.10",
"description": "A starter pack to run fastly an express app.",
"main": "src/index.js",
"author": {
"name": "Alexandre Vallot",
"email": "alexandre.vallot@gmail.com",
"url": "http://alexvnd.re"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.17.1",
"cluster": "^0.7.7",
"config": "^1.27.0",
"cors": "^2.8.4",
"express": "^4.15.2",
"express-validator": "^4.3.0",
"mongodb": "^3.0.2",
"normalize-port": "^1.0.0",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "^8.0.1",
"babel-istanbul": "^0.12.2",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"coveralls": "^3.0.0",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"mocha-istanbul": "^0.3.0",
"mocha-lcov-reporter": "^1.3.0",
"npm-check-updates": "^2.13.0"
}
}