amazono
Version:
Amazon EC2 hosting provider for service_maker
32 lines (31 loc) • 643 B
JSON
{
"name": "amazono",
"version": "0.0.4",
"description": "Amazon EC2 hosting provider for service_maker",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --harmony"
},
"author": "avbel <belchikovs@gmail.com>",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.0.9",
"lodash": "^2.4.1"
},
"devDependencies": {
"co": "3.0.6",
"co-hapi": "0.0.9",
"co-mocha": "0.0.4",
"hapi": "^6.2.1",
"mocha": "^1.21.0",
"should": "^4.0.4",
"sinon": "^1.10.3"
},
"keywords": [
"service_maker",
"service maker",
"amazon",
"es2",
"host"
]
}