UNPKG

1.8 kBJSONView Raw
1{
2 "name": "apigee-127",
3 "version": "0.15.0",
4 "description": "Apigee 127 Command Line Interface",
5 "keywords": [
6 "Apigee",
7 "127",
8 "cli"
9 ],
10 "author": "Scott Ganyo <sganyo@apigee.com>",
11 "license": "MIT",
12 "preferGlobal": true,
13 "main": "index.js",
14 "dependencies": {
15 "a127-magic": "^0.10.0",
16 "apigee-remote-proxy": "^0.10.0",
17 "apigeetool": "^0.5.1",
18 "async": "0.8.x",
19 "commander": "2.3.x",
20 "connect": "3.3.x",
21 "debug": "1.0.x",
22 "fs-reverse": "0.0.x",
23 "inquirer": "0.5.x",
24 "jszip": "2.4.x",
25 "lodash": "2.4.x",
26 "mocha": "2.1.x",
27 "ncp": "0.6.x",
28 "nodemon": "1.2.x",
29 "request": "^2.47.0",
30 "serve-static": "1.7.x",
31 "superagent": "^0.21.0",
32 "swagger-editor": "2.9.2",
33 "swagger-tools": "^0.7.0",
34 "tail": "0.3.x",
35 "unzip": "0.1.x",
36 "usergrid-installer": "^0.0.5",
37 "volos-management-apigee": "^0.9.8",
38 "yamljs": "0.1.x"
39 },
40 "devDependencies": {
41 "should": "",
42 "proxyquire": "",
43 "tmp": ""
44 },
45 "scripts": {
46 "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",
47 "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"
48 },
49 "bin": {
50 "a127": "bin/a127",
51 "a127-account": "bin/a127-account",
52 "a127-project": "bin/a127-project",
53 "a127-service": "bin/a127-service",
54 "a127-usergrid": "bin/a127-usergrid"
55 },
56 "repository": {
57 "type": "git",
58 "url": "https://github.com/apigee-127/a127.git"
59 }
60}