-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 730 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
{
"name": "win-express-template",
"description": "A small express template with some additional features",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/hecof/win-express-template"
},
"scripts": {
"start": "node ./bin/www"
},
"author": "Héctor L Collado <hectorluis.collado@gmail.com>",
"bugs": {
"url": "https://github.com/hecof/win-express-template/issues"
},
"dependencies": {
"body-parser": "~1.13.2",
"config.json": "0.0.4",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"node-gcm": "^0.13.0",
"node-windows": "^0.1.10",
"serve-favicon": "~2.3.0"
}
}