forked from mozilla/awsbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 867 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 867 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
{
"author": "Lloyd Hilaiel <lloyd@hilaiel.com> (http://lloyd.io)",
"name": "awsbox",
"description": "A featherweight, DIY, PaaS system for deploying on NodeJS apps on Amazon's EC2",
"version": "0.5.4",
"homepage": "http://awsbox.org",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/awsbox.git"
},
"main": "src/awsbox.js",
"engines": {
"node": ">=0.8"
},
"dependencies": {
"awssum-amazon-ec2": "1.x",
"awssum-amazon-route53": "1.x",
"nice-route53": "0.3.4",
"async" : "0.2.x",
"JSONSelect": "0.4.0",
"temp": "0.4.0",
"xml2js": "0.1.13",
"optimist": "0.3.1",
"urlparse": "0.0.1",
"relative-date": "1.1.1",
"colors": "~0.6.0-1",
"awssum": "1.1.0",
"awssum-amazon": "1.1.0"
},
"devDependencies": {},
"scripts": {},
"bin": {
"awsbox": "./awsbox.js"
}
}