-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 947 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
37
38
39
{
"name": "chimera-membership",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest",
"serve": "node server.js",
"start": "npm-run-all -p start-test start-server",
"start-server": "nodemon src/server.js",
"start-test": "jest --watch"
},
"license": "MIT",
"dependencies": {
"body-parser": "1.18.2",
"config": "1.26.2",
"dot-wild": "3.0.1",
"express": "4.16.1",
"express-async-wrapper": "0.1.0",
"express-flash": "0.0.2",
"express-session": "1.15.6",
"fuse.js": "3.2.0",
"moment": "2.18.1",
"passport": "0.4.0",
"passport-local": "1.0.0",
"pug": "2.0.0-rc.4",
"stripe": "5.1.0",
"winston": "2.4.0"
},
"devDependencies": {
"babel-preset-env": "1.6.1",
"chalk": "2.3.0",
"jest": "22.1.3",
"nodemon": "1.12.1",
"npm-run-all": "4.1.2",
"prettier": "1.10.2",
"sinon": "4.2.2",
"sinon-express-mock": "2.0.0"
}
}