-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 999 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 999 Bytes
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": "ts2jsdoc",
"version": "0.1.2",
"description": "A JSDoc plugin with an optional template which automatically adds JSDoc comments based on Typescript definitions.",
"license": "MIT",
"main": "lib/ast.js",
"bin": {
"jsdocts": "bin/ts2jsdoc"
},
"author": {
"name": "SPATools",
"email": "spa@touchify.co"
},
"repository": {
"type": "git",
"url": "https://github.com/spatools/ts2jsdoc"
},
"directories": {
"bin": "bin",
"lib": "lib"
},
"peerDependencies": {
"typescript": "~1.4.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.10.0",
"grunt-jsdoc": "^0.6.3",
"grunt-markdown": "^0.7.0",
"grunt-tslint": "^2.2.0-beta",
"grunt-typescript": "^0.6.1",
"jit-grunt": "^0.9.1",
"time-grunt": "^1.2.0",
"tslint": "^2.2.0-beta"
}
}