-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 970 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": "amphib-update",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"start-prod": "node ./bin/www",
"test": "./node_modules/.bin/mocha --reporter spec --timeout 10000"
},
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"bootbox": "^4.4.0",
"bootstrap": "^4.1.3",
"chai": "^4.1.2",
"chai-fs": "^2.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "^4.16.3",
"formidable": "^1.2.1",
"http-errors": "~1.6.2",
"jquery": "^3.3.1",
"jsdom": "^11.11.0",
"jslint": "^0.12.0",
"mocha": "^5.2.0",
"morgan": "~1.9.0",
"popper.js": "^1.14.3",
"pug": "2.0.0-beta11",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"simple-rate-limiter": "^0.2.3"
},
"devDependencies": {
"download-file": "^0.1.5",
"eslint": "^4.19.1",
"eslint-config-defaults": "^9.0.0",
"nodemon": "^1.17.5"
}
}