-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 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
50
51
52
{
"name": "vue-block-documentation",
"version": "0.5.3",
"description": "Automatically generate API documentation for blocks.",
"preferGlobal": true,
"bin": {
"init-block-documentation": "bin/init-block-documentation",
"generate-block-documentation": "bin/generate-block-documentation",
"preview-block-documentation": "bin/preview-block-documentation"
},
"repository": {
"type": "git",
"url": "https://github.com/larsvanbraam/vue-block-documentation"
},
"keywords": [
"vue",
"vue-block-system",
"javascript",
"api-documentation",
"documentation"
],
"scripts": {
"test": "echo \"Warn: no test specified\""
},
"author": "larsvanbraam@gmail.com <larsvanbraam@gmail.com> (https://github.com/larsvanbraam)",
"license": "MIT",
"bugs": {
"url": "https://github.com/larsvanbraam/vue-block-documentation/issues"
},
"homepage": "https://github.com/larsvanbraam/vue-block-documentation#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chalk": "^2.1.0",
"cli-progress": "^1.5.1",
"commander": "^2.11.0",
"comment-parser": "^0.3.2",
"detect-port": "^1.2.2",
"find-imports": "^0.5.2",
"fs-extra": "^4.0.1",
"inquirer": "^3.2.3",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"serve": "^6.4.1",
"to-space-case": "^1.0.0",
"user-settings": "^0.1.5",
"vm2": "^3.5.0"
},
"engines": {
"node": ">=6.0.0"
}
}