-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 918 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
{
"name": "Platypus-Docs",
"description": "Document generation tool for TypeScript projects.",
"author": "Donald Jones <[email protected]>",
"homepage": "http://getplatypi.com",
"version": "0.1.7",
"main": "plat-docs.js",
"bin": {
"plat-docs": "./platypus-docs/plat-docs.js"
},
"scripts": {
"prepublish": "./node_modules/.bin/grunt"
},
"dependencies": {
"mysql": "latest",
"es6-promise": "latest",
"comment-parser": "git+https://github.com/pwdonald/comment-parser.git",
"simple-progress-bar": "latest"
},
"devDependencies": {
"grunt": "latest",
"grunt-cli": "latest",
"grunt-file-append": "0.0.5",
"grunt-prompt": "latest",
"grunt-replace": "latest",
"grunt-shell": "latest",
"grunt-typescript": "latest",
"tsd": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Platypi/platypus-docs.git"
}
}