-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 931 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
{
"name": "app",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "nodemon --exec babel-node bin/www",
"test": "mocha --colors --compilers js:babel-register --timeout 25000 --recursive ./test",
"start": "node ./bin/www"
},
"dependencies": {
"bluebird": "^3.5.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"eslint": "^4.19.1",
"eslint-config": "^0.3.0",
"eslint-config-defaults": "^9.0.0",
"eslint-config-semistandard-react": "^4.2.0",
"eslint-plugin-react": "^7.7.0",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"mongoose": "^5.0.17",
"morgan": "~1.9.0",
"nodemon": "^1.17.3",
"pug": "^2.0.3",
"redis": "^2.8.0"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"mocha": "^5.1.1"
}
}