forked from apigee/apigeetool-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 926 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": "apigeetool",
"version": "0.7.2-beta.0",
"description": "A CLI for Apigee Edge",
"main": "lib/main.js",
"bin": {
"apigeetool": "./lib/cli.js"
},
"scripts": {
"test": "mocha -R spec",
"remotetest": "mocha -R spec remotetests"
},
"keywords": [
"Apigee",
"CLI"
],
"authors": [
"Greg Brail <[email protected]>",
"Scott Ganyo <[email protected]>"
],
"license": "MIT",
"dependencies": {
"async": "^1.4.2",
"body-parser": "^1.14.0",
"cli-table": "^0.3.0",
"mustache": "^2.1.3",
"node-unzip-2": "^0.2.1",
"node-zip": "^1.1.1",
"read": "^1.0.7",
"request": "^2.63.0",
"tmp": "^0.0.27",
"underscore": "^1.8.3",
"netrc": "^0.1.3",
"q": "*"
},
"devDependencies": {
"connect": "^3.4.0",
"express": "^4.13.3"
},
"repository": {
"type": "git",
"url": "https://github.com/apigee/apigeetool-node.git"
}
}