-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 921 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
31
32
33
{
"name": "bit-docs-documentcss-tags",
"version": "0.0.0",
"description": "Aliases @stylesheet to @page, adds @style for DocumentCSS",
"keywords": [
"bit-docs",
"documentcss",
"plugin"
],
"license": "MIT",
"author": "Bitovi",
"main": "bit-docs.js",
"scripts": {
"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": "mocha test.js --reporter spec",
"preversion": "npm test",
"postversion": "git push --tags && git push"
},
"dependencies": {
"bit-docs-dev": "github:bit-docs/bit-docs-dev"
},
"devDependencies": {
"bit-docs-generate-html": "0.5.0-pre.4",
"express": "^4.15.2",
"mocha": "^3.2.0",
"rimraf": "^2.6.1",
"steal": "^1.5.2",
"zombie": "^5.0.5"
}
}