-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 998 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
{
"name": "jstransformers-nuke",
"version": "1.0.0",
"private": true,
"description": "Batch editing tools for repos under jstransformers organization.",
"main": "clone.js",
"repository": {
"type": "git",
"url": "https://github.com/jstransformers/nuke.git"
},
"author": "Timothy Gu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jstransformers/nuke/issues"
},
"scripts": {
"pretest": "node ./jst-nuke-clone",
"david": "node david",
"test": "./jst-nuke-test"
},
"homepage": "https://github.com/jstransformers/nuke",
"dependencies": {
"async": "^3.0.1",
"chalk": "^3.0.0",
"cli-table": "^0.3.1",
"commander": "^4.0.0",
"gitclone": "^2.0.0",
"github": "^14.0.0",
"github-org-repos": "^1.0.2",
"github-repositories": "^3.0.0",
"ini": "^1.3.3",
"inquirer": "^6.2.1",
"replace-in-file": "^4.0.0",
"superagent": "^5.0.2"
},
"bin": {
"jst-nuke": "index.js"
}
}