This repository has been archived by the owner on May 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
60 lines (60 loc) · 1.78 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "apigee-127",
"version": "0.19.2",
"description": "Apigee 127 Command Line Interface",
"keywords": [
"Apigee",
"127",
"cli"
],
"author": "Scott Ganyo <[email protected]>",
"license": "MIT",
"preferGlobal": true,
"main": "index.js",
"dependencies": {
"a127-magic": "^0.12.0",
"apigee-remote-proxy": "^0.10.0",
"apigeetool": "^0.6.3",
"async": "^1.5.2",
"commander": "^2.9.0",
"connect": "^3.4.1",
"cpr": "^1.0.0",
"debug": "^2.2.0",
"fs-reverse": "0.0.x",
"inquirer": "^0.12.0",
"js-yaml": "^3.5.3",
"jszip": "^2.5.0",
"lodash": "^3.10.1",
"mocha": "^2.4.5",
"nodemon": "^1.9.1",
"request": "^2.47.0",
"serve-static": "^1.10.2",
"swagger-editor": "^2.9.2",
"swagger-tools": "^0.10.1",
"tail": "^0.4.0",
"unzip": "0.1.x",
"usergrid-installer": "^0.0.5",
"volos-management-apigee": "^0.9.8"
},
"devDependencies": {
"should": "",
"superagent": "^1.7.2",
"proxyquire": "",
"tmp": ""
},
"scripts": {
"test": "mocha -u exports -R spec test/config.js test/util test/commands test/commands/account test/commands/project test/commands/service test/commands/account/providers/amazon test/commands/account/providers/apigee",
"coverage": "istanbul cover _mocha -- -u exports -R spec test/config.js test/util test/commands test/commands/account test/commands/project test/commands/service test/commands/account/providers/amazon test/commands/account/providers/apigee"
},
"bin": {
"a127": "bin/a127",
"a127-account": "bin/a127-account",
"a127-project": "bin/a127-project",
"a127-service": "bin/a127-service",
"a127-usergrid": "bin/a127-usergrid"
},
"repository": {
"type": "git",
"url": "https://github.com/apigee-127/a127.git"
}
}