-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 804 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
{
"name": "shipped-buildpack-template-express",
"version": "0.0.0",
"description": "This is a sample hello world application for shipped using express.js",
"main": "index.js",
"scripts": {
"test": "bin/test"
},
"repository": {
"type": "git",
"url": "git://github.com/CiscoCloud/shipped-buildpack-template-express.git"
},
"keywords": [
"example"
],
"author": "Cisco",
"license": "MIT",
"bugs": {
"url": "https://github.com/CiscoCloud/shipped-buildpack-template-express/issues"
},
"homepage": "https://github.com/CiscoCloud/shipped-buildpack-template-express",
"dependencies": {
"express": "^4.12.4",
"jsonfile": "^2.2.3",
"underscore": "^1.8.3",
"request": ">= 0.0.1",
"body-parser": ">= 0.0.1",
"serve-static": ">= 0.0.1"
}
}