forked from futurefirst/orgs-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.59 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "step-three-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run build:scripts && npm run build:styles && npm run concat:styles && gitbook build",
"prestart": "npm run build",
"install": "gitbook fetch 3.2.0 && gitbook install",
"start": "gitbook serve",
"build:styles": "dr-frankenstyle ./styles",
"concat:styles": "cat ./styles/components.css ./styles/custom.css > ./styles/website.css",
"build:scripts": "browserify ./scripts -o ./scripts/bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/step-three-docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/step-three-docs/issues"
},
"homepage": "https://github.com/npm/step-three-docs#readme",
"dependencies": {
"@npmcorp/dr-frankenstyle": "^1.1.0",
"@npmcorp/pui-css-alignment": "^2.0.0",
"@npmcorp/pui-css-bootstrap": "^2.0.1",
"@npmcorp/pui-css-colors": "^2.2.0",
"@npmcorp/pui-css-dividers": "^2.0.0",
"@npmcorp/pui-css-drop-down-menu": "^6.4.0",
"@npmcorp/pui-css-dropdowns": "^6.4.0",
"@npmcorp/pui-css-grids": "^2.1.1",
"@npmcorp/pui-css-header": "^2.2.0",
"@npmcorp/pui-css-lists": "^2.4.2",
"@npmcorp/pui-css-media": "^2.0.1",
"@npmcorp/pui-css-panes": "^2.0.1",
"@npmcorp/pui-css-utils": "^2.3.0",
"@npmcorp/pui-css-whitespace": "^2.1.0",
"browserify": "^13.0.1",
"gitbook-cli": "^2.1.3",
"jquery": "^2.2.3",
"npm-expansions": "^2.2.3"
},
"devDependencies": {
"bootstrap": "3.3.5"
}
}