-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 861 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 861 Bytes
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
{
"name": "pilot-fish-project",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"author": "Clément Delafargue <clement@delafargue.name>",
"license": "MIT",
"engines": {
"node": ">=6"
},
"dependencies": {
"bluebird": "^3.4.1",
"body-parser": "~1.15.1",
"compression": "^1.6.2",
"connect-busboy": "0.0.2",
"cookie-parser": "~1.4.3",
"cors": "^2.7.1",
"debug": "~2.2.0",
"express": "^4.14.0",
"express-authentication": "^0.3.2",
"express-authentication-basic": "^0.3.1",
"lodash": "^4.13.1",
"moment": "^2.14.1",
"morgan": "~1.7.0",
"pg": "^6.0.1",
"pug": "^2.0.0-beta3",
"serve-favicon": "~2.3.0",
"sql-template": "^0.4.0",
"uuid": "^2.0.2"
},
"devDependencies": {
"nodemon": "^1.9.2"
}
}