-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "bit-docs-tag-demo",
"version": "0.5.4",
"description": "@demo tag for bit-docs",
"keywords": [
"bit-docs"
],
"homepage": "https://github.com/bit-docs/bit-docs-tag-demo#readme",
"bugs": {
"url": "https://github.com/bit-docs/bit-docs-tag-demo/issues"
},
"license": "MIT",
"author": "Bitovi",
"main": "demo.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/bit-docs/bit-docs-tag-demo.git"
},
"scripts": {
"generate": "node test/generate",
"preversion": "npm test",
"postversion": "git push --tags && git push",
"release:major": "npm version major && npm publish",
"release:minor": "npm version minor && npm publish",
"release:patch": "npm version patch && npm publish",
"release:pre": "npm version prerelease && npm publish",
"test": "npm run generate && mocha test.js"
},
"dependencies": {
"prismjs": "^1.11.0"
},
"devDependencies": {
"bit-docs-generate-html": "0.5.0-pre.4",
"can-stache": "3.7.2",
"express": "^4.16.2",
"mocha": "^3.2.0",
"puppeteer": "^0.13.0",
"steal": "^1.4.6",
"steal-less": "^1.2.0"
},
"steal": {
"plugins": [
"steal-less"
]
}
}