forked from digitalocean/sample-nodejs
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
22 lines (22 loc) · 453 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 453 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "app",
"version": "0.0.0",
"private": true,
"scripts": {
"main": "index.js"
},
"dependencies": {
"clean-css": "^4.1.11",
"constantinople": "^3.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"lorem-ipsum": "^2.0.3",
"md5": "^2.2.1",
"mersenne-twister": "^1.1.0",
"morgan": "~1.9.1",
"pug": "^2.0.4",
"uglify-js": "^2.6.0"
}
}