-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.18 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.18 KB
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
31
32
33
34
35
36
37
38
39
{
"name": "sqlgate-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"preinstall": "npm run submodule",
"bootstrap": "lerna bootstrap",
"clean": "lerna clean --yes",
"test": "lerna run test --stream",
"submodule": "git submodule sync && git submodule update --init",
"start": "lerna run start --stream --scope=sqlgate-docs-website",
"build": "lerna run build --stream --scope=sqlgate-docs-website",
"publish-gh-pages": "lerna run publish-gh-pages --stream --scope=sqlgate-docs-website",
"postinstall": "npm run bootstrap",
"pdf": "gulp && node make-pdf.js"
},
"repository": {
"type": "git",
"url": "git+http://github.com/chequer-io/sqlgate-docs.git"
},
"author": "CHEQUER",
"license": "MIT",
"bugs": {
"url": "http://github.com/chequer-io/sqlgate-docs/issues"
},
"homepage": "http://github.com/chequer-io/sqlgate-docs#readme",
"dependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.6.1",
"gulp-replace": "^1.0.0",
"lerna": "^2.11.0",
"markdown-pdf": "^9.0.0",
"md-to-pdf": "^2.7.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"remarkable-classy": "0.0.1"
}
}