-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
30 lines (30 loc) · 963 Bytes
/
package.json
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": "flux-sdk-js",
"description": "Not for direct usage",
"private": true,
"version": "0.5.2",
"scripts": {
"build": "echo \"please run './build.sh' from the command line\"",
"clean": "./clean.sh",
"docs:clean": "rimraf _book",
"docs:build": "npm run docs:clean && gitbook install && gitbook build",
"docs:install": "gitbook install",
"docs:preview": "npm run docs:build && gitbook serve",
"docs:publish": "npm run docs:build",
"prepublish": "npm run build && npm run docs:build",
"test": "bash ./test.sh",
"test:genie": "bash ./test-genie.sh"
},
"author": "Flux Factory, Inc. (https://flux.io)",
"contributors": [
"Isobel Redelmeier <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"gitbook-cli": "^2.1.2",
"gitbook-plugin-anchors": "^0.7.1",
"gitbook-plugin-back-to-top-button": "^0.1.2",
"gitbook-plugin-codeblock-label": "^1.0.1",
"rimraf": "^2.5.2"
}
}