forked from ibm-bluemix-mobile-services/bluemix-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 995 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
{
"name": "bluemix-generator",
"appName": "Bluemix Generator",
"version": "0.4.0",
"description": "Generate backend templates for Bluemix",
"main": "cli.js",
"scripts": {},
"bin": {
"bluegen": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ibm-bluemix-mobile-services/bluemix-generator.git"
},
"contributors": [
{
"name": "Joseph Meis",
"email": "[email protected]"
},
{
"name": "Yoel Nunez",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"dependencies": {
"ansi": "^0.3.1",
"bluemix-logo": "^1.0.8",
"chalk": "^1.1.3",
"cli-cursor": "^1.0.2",
"cmdify": "0.0.4",
"colors": "^1.1.2",
"figures": "^1.5.0",
"inquirer": "^1.0.0",
"json2yaml": "^1.1.0",
"lodash": "^4.11.1",
"mem-fs": "^1.1.2",
"mem-fs-editor": "^2.2.0",
"node-status": "^0.1.7",
"pkgcloud": "^1.3.0",
"run-async": "^2.2.0",
"superagent": "^2.0.0"
}
}