UNPKG

1.16 kBJSONView Raw
1{
2 "name": "apiguide",
3 "version": "1.0.4",
4 "description": "Generate jsdoc with theme colors",
5 "main": "lib",
6 "scripts": {
7 "test": "nodeunit test/apiguide_test.js",
8 "cover": "istanbul cover nodeunit test/apiguide_test.js --dir coverage",
9 "report": "codeclimate-test-reporter < coverage/lcov.info",
10 "versionup": "versionup",
11 "taggit": "taggit"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/okunishinishi/node-apiguide.git"
16 },
17 "author": {
18 "name": "Taka Okunishi",
19 "url": "http://okunishitaka.com"
20 },
21 "keywords": [
22 "jsdoc",
23 "template"
24 ],
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/okunishinishi/node-apiguide/issues"
28 },
29 "homepage": "https://github.com/okunishinishi/node-apiguide#readme",
30 "dependencies": {
31 "argx": "^1.0.5",
32 "async": "^1.3.0",
33 "coz": "^1.1.1",
34 "execcli": "^1.0.1",
35 "glob": "^5.0.14",
36 "jsdoc": "^3.3.2",
37 "moment": "^2.10.3"
38 },
39 "devDependencies": {
40 "codeclimate-test-reporter": "0.1.0",
41 "istanbul": "^0.3.17",
42 "nodeunit": "^0.9.1",
43 "taggit": "^1.0.3",
44 "versionup": "^1.0.7"
45 }
46}
\No newline at end of file