-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 996 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
42
43
44
45
46
{
"name": "commentjs",
"description": "Simple API Documentation Generator",
"version": "0.0.7",
"author": "Denis Ciccale",
"homepage": "http://github.com/dciccale/comment.js",
"repository": {
"type": "git",
"url": "https://github.com/dciccale/comment.js.git"
},
"bugs": {
"url": "http://github.com/dciccale/comment.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/dciccale/comment.js/blob/master/LICENSE.txt"
}
],
"main": "./lib/comment",
"bin": {
"commentjs": "./bin/commentjs"
},
"dependencies": {
"dot": "~1.0.2",
"chalk": "~0.4.0",
"glob": "~3.2.9",
"rimraf": "~2.2.6"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-stylus": "~0.19.0",
"grunt-contrib-watch": "~0.6.1"
},
"keywords": [
"documentation",
"javascript",
"comment",
"api"
],
"engines": [
"node >= 0.8.0"
],
"preferGlobal": true
}