31 строка
695 B
JSON
31 строка
695 B
JSON
{
|
|
"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.3.5",
|
|
"homepage": "http://awsbox.org",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lloyd/awsbox.git"
|
|
},
|
|
"main": "src/awsbox.js",
|
|
"engines": {
|
|
"node": ">=0.4.7"
|
|
},
|
|
"dependencies": {
|
|
"aws-lib": "0.0.5",
|
|
"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"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
},
|
|
"bin": {
|
|
"awsbox": "./awsbox.js"
|
|
}
|
|
}
|