|
2 | 2 | "name": "bit-docs-tag-demo",
|
3 | 3 | "version": "0.3.0",
|
4 | 4 | "description": "@demo tag for bit-docs",
|
5 |
| - "main": "demo.js", |
6 |
| - "scripts": { |
7 |
| - "test": "mocha test.js --reporter spec", |
8 |
| - "postversion": "git push --tags && git push", |
9 |
| - "preversion": "npm test", |
10 |
| - "release:pre": "npm version prerelease && npm publish", |
11 |
| - "release:patch": "npm version patch && npm publish", |
12 |
| - "release:minor": "npm version minor && npm publish", |
13 |
| - "release:major": "npm version major && npm publish" |
14 |
| - }, |
15 |
| - "repository": { |
16 |
| - "type": "git", |
17 |
| - "url": "git+ssh://[email protected]/bit-docs/bit-docs-tag-demo.git" |
18 |
| - }, |
19 | 5 | "keywords": [
|
20 | 6 | "bit-docs"
|
21 | 7 | ],
|
22 |
| - "author": "Bitovi", |
23 |
| - "license": "MIT", |
| 8 | + "homepage": "https://github.com/bit-docs/bit-docs-tag-demo#readme", |
24 | 9 | "bugs": {
|
25 | 10 | "url": "https://github.com/bit-docs/bit-docs-tag-demo/issues"
|
26 | 11 | },
|
27 |
| - "homepage": "https://github.com/bit-docs/bit-docs-tag-demo#readme", |
28 |
| - "dependencies": { |
29 |
| - "bit-docs-process-tags": "^0.0.3", |
30 |
| - "bit-docs-type-annotate": "^0.0.1" |
| 12 | + "license": "MIT", |
| 13 | + "author": "Bitovi", |
| 14 | + "main": "demo.js", |
| 15 | + "repository": { |
| 16 | + "type": "git", |
| 17 | + "url": "git+ssh://[email protected]/bit-docs/bit-docs-tag-demo.git" |
| 18 | + }, |
| 19 | + "scripts": { |
| 20 | + "release:major": "npm version major && npm publish", |
| 21 | + "release:minor": "npm version minor && npm publish", |
| 22 | + "release:patch": "npm version patch && npm publish", |
| 23 | + "release:pre": "npm version prerelease && npm publish", |
| 24 | + "test": "mocha test.js --reporter spec", |
| 25 | + "preversion": "npm test", |
| 26 | + "postversion": "git push --tags && git push" |
31 | 27 | },
|
32 | 28 | "devDependencies": {
|
33 |
| - "bit-docs-generate-html": "^0.2.0", |
34 |
| - "connect": "^2.14.4", |
35 |
| - "mocha": "^2.5.3", |
36 |
| - "zombie": "^4.2.1" |
| 29 | + "bit-docs-generate-html": "0.5.0-pre.4", |
| 30 | + "can-stache": "3.0.20", |
| 31 | + "express": "^4.15.2", |
| 32 | + "mocha": "^3.2.0", |
| 33 | + "rimraf": "^2.6.1", |
| 34 | + "steal": "^1.4.6", |
| 35 | + "steal-less": "^1.2.0", |
| 36 | + "zombie": "^5.0.5" |
| 37 | + }, |
| 38 | + "steal": { |
| 39 | + "plugins": [ |
| 40 | + "steal-less" |
| 41 | + ] |
37 | 42 | }
|
38 | 43 | }
|
0 commit comments