forked from loopbackio/loopback.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 786 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 786 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
{
"name": "loopback.io-workflow-scripts",
"version": "1.0.0",
"description": "This file: Node-dependant workflow scripts for the jekyll-based site",
"scripts": {
"start": "bundle exec jekyll serve --incremental",
"fetch-readmes": "get-readmes --repos=./_data --out=./_includes/readmes",
"lint-readmes": "markdownlint _includes/readmes/",
"postinstall": "node ./api-explorer/upgrade-swagger-ui.js"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Strongloop/loopback.io.git"
},
"devDependencies": {
"fs-extra": "^4.0.2",
"getreadmes": "github:strongloop/get-readmes",
"markdownlint-cli": "github:sequoia/markdownlint-cli",
"swagger-ui-dist": "^3.4.4"
},
"license": "MIT"
}