forked from philippsimon/jaguarjs-jsdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 997 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
{
"name": "hbbtv-jsdoc-template",
"version": "0.0.6",
"description": "A patched version of JaguarJS-JSDoc, for JSDoc 3",
"main": "Gruntfile.js",
"dependencies": {
"taffydb": "^2.7.2",
"underscore": "^1.7.0"
},
"devDependencies": {
"connect-livereload": "~0.3.2",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-jsdoc": "~0.5.1",
"grunt-contrib-connect": "~0.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/BlueRaja/jaguarjs-jsdoc.git"
},
"keywords": [
"jsdoc",
"jsdoc3",
"jaguar.js",
"template"
],
"author": "davidshimjs + contributors",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/BlueRaja/jaguarjs-jsdoc"
}
}