-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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
{
"name": "spotspec",
"version": "0.0.6",
"description": "Spec and Spot AWS EC2 instances",
"main": "./lib/spotspec.js",
"directories": {
"doc": "doc",
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"aws-sdk": "^2.2.0",
"winston": "^2.1.0"
},
"devDependencies": {
"code": "^1.5.0",
"lab": "^6.1",
"nconf": "^0.8.2"
},
"scripts": {
"lint": "standard lib/*.js test/*.js",
"pretest": "npm run lint",
"predeploy": "npm test",
"deploy": "",
"test": "lab -m 8000 test/price.js test/launch.js test/spots.js test/cancel.js test/instances.js test/terminate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glennschler/spotspec.git"
},
"keywords": [
"aws-sdk",
"aws",
"ec2",
"spot",
"instances"
],
"author": "glenn schlereth",
"license": "MIT",
"bugs": {
"url": "https://github.com/glennschler/spotspec/issues"
},
"homepage": "https://github.com/glennschler/spotspec#readme"
}