-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 920 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 920 Bytes
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
{
"name": "derp-cli",
"version": "0.2.7",
"description": "Dynamic Endpoint Routing Platform CLI For NodeJS",
"main": "lib/index.js",
"keywords": [
"aws",
"lambda",
"serverless",
"cli"
],
"scripts": {
"test": "jasmine-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/derp-io/derp-cli-nodejs.git"
},
"author": "Steven Ferrell",
"license": "MIT",
"bugs": {
"url": "https://github.com/derp-io/derp-cli-nodejs/issues"
},
"homepage": "https://github.com/derp-io/derp-cli-nodejs#readme",
"preferGlobal": true,
"bin": {
"derp-cli": "./bin/derp-cli"
},
"dependencies": {
"adm-zip": "^0.4.11",
"aws-sdk": "^2.266.1",
"table": "^4.0.3",
"yargs": "^11.0.0"
},
"devDependencies": {
"jasmine-node": "^1.15.0"
}
}