-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 959 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
34
35
36
37
38
39
40
41
{
"name": "jsdoc-sphinx-template",
"version": "0.0.18",
"description": "JSDoc3 template that generates reStructuredText for Sphinx",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jbeezley/jsdoc-sphinx-template.git"
},
"bugs": {
"url": "https://github.com/jbeezley/jsdoc-sphinx-template/issues"
},
"main": "./template/publish.js",
"dependencies": {
"lodash": "^2.4.1"
},
"devDependencies": {
"blanket": "^1.1.6",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jscs": "^1.0.0",
"grunt-mocha-cov": "^0.3.0",
"load-grunt-tasks": "^2.0.0",
"mocha": "^2.1.0",
"should": "^4.4.2",
"taffydb": "^2.7.2"
},
"config": {
"blanket": {
"pattern": [
"templates/render.js",
"lib/tree.js",
"publish.js"
]
}
},
"scripts": {
"test": "./node_modules/.bin/grunt travis"
}
}