-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 836 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 836 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
{
"name": "package.json",
"version": "1.0.0",
"description": "",
"engines": {
"node": "7.1.x",
"npm": "3.10.x"
},
"main": "index.js",
"scripts": {
"start": "node app.js",
"debug": "./node_modules/.bin/nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node_modules/bower/bin/bower install"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "1.15.2",
"bower": "1.8.0",
"cookie-parser": "1.4.3",
"crypto-js": "3.1.8",
"dateformat": "2.0.0",
"express": "4.14.0",
"express-session": "1.14.2",
"file-system": "2.2.2",
"mongoose": "4.7.0",
"passport": "0.3.2",
"passport-local": "1.0.0",
"pug": "2.0.0-beta6"
},
"devDependencies": {
"eslint": "3.11.1",
"nodemon": "1.11.0"
}
}