-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 928 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 928 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
41
42
43
44
45
46
{
"name": "generatron",
"version": "0.5.2",
"description": "CLI for www.generatron.com source code generators",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Evol Johnson",
"repository": "https://github.com/generatron/commandline.git",
"license": "ISC",
"preferGlobal": true,
"bin": {
"gtron": "index.js"
},
"keywords": [
"codegeneration",
"ruby on rails",
"java",
"generator",
"grails",
"sailsj",
"angular",
"javascript",
"scaffolding",
"ios",
"android",
"swift",
"yeoman",
"kitura",
"perfect",
"cobol"
],
"dependencies": {
"fs": "0.0.2",
"git-config": "0.0.7",
"mkdirp": "^0.5.1",
"open": "0.0.5",
"osenv": "^0.1.3",
"path": "^0.11.14",
"prompt": "^0.2.14",
"request": "^2.57.0",
"request-json": "^0.5.3",
"sshpk": "^1.6.2",
"ini": "^1.3.4"
}
}