-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.06 KB
/
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
45
46
{
"main": "./index.js",
"dependencies": {
"apigeetool": "git+https://github.com/kidiyoor/apigeetool-node.git#master",
"async": "^2.1.4",
"cross-spawn": "^5.1.0",
"extract-zip": "^1.6.0",
"fs-extra": "^1.0.0",
"gulp-install": "^0.6.0",
"gulp-param": "^1.0.3",
"gulp-prompt": "^0.2.0",
"gulp-zip": "^3.2.0",
"js-yaml": "^3.7.0",
"lodash": "^4.17.2",
"mustache": "^2.3.0",
"node-zip": "^1.1.1",
"path": "^0.12.7",
"prompt": "^1.0.0",
"q": "^1.4.1",
"request": "^2.79.0",
"yargs": "^6.5.0",
"zip-dir": "^1.0.2",
"zip-folder": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.9.1"
},
"name": "edge-launchpad",
"version": "2.0.1",
"description": "Deploy Solutions onto Apigee Platform",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:apigee/edge-launchpad.git"
},
"keywords": [
"solutions",
"deploy"
],
"author": [
"gauthamvk@google.com"
],
"license": "Apache License 2.0"
}