forked from apigee/apigeetool-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.01 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
47
48
{
"name": "apigeetool",
"version": "0.15.1",
"description": "A CLI for Apigee Edge",
"main": "lib/main.js",
"bin": {
"apigeetool": "./lib/cli.js"
},
"scripts": {
"test": "jasmine test/testoptions.js",
"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",
"fs-extra": "^4.0.2",
"mustache": "^2.1.3",
"netrc": "^0.1.3",
"node-unzip-2": "^0.2.7",
"node-zip": "^1.1.1",
"q": "^1.5.1",
"read": "^1.0.7",
"request": "^2.88.0",
"tar-fs": "^1.16.0",
"tmp": "^0.0.27",
"underscore": "^1.8.3"
},
"devDependencies": {
"connect": "^3.4.0",
"express": "^4.13.3",
"jasmine": "^3.5.0",
"mocha": "^8.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/apigee/apigeetool-node.git"
}
}