-
Notifications
You must be signed in to change notification settings - Fork 368
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 824 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 824 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": "api-docs",
"version": "1.0.0",
"description": "Cloud Foundry API Docs ========",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"checkdocs": "./node_modules/.bin/gulp checkdocs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudfoundry-incubator/api-docs.git"
},
"author": "Cloud Foundry",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cloudfoundry-incubator/api-docs/issues"
},
"homepage": "https://github.com/cloudfoundry-incubator/api-docs#readme",
"type": "module",
"devDependencies": {
"cheerio": "^1.1.2",
"express": "^5.2.1",
"glob": "^13.0.0",
"gulp": "^5.0.1",
"gulp-cli": "^3.1.0",
"linkinator": "^6.1.4"
}
}