oceano
Version:
Digital Ocean hosting provider for service_maker
33 lines (32 loc) • 683 B
JSON
{
"name": "oceano",
"version": "0.0.4",
"description": "Digital Ocean 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": {
"inflection": "^1.3.8",
"lodash": "^2.4.1",
"superagent": "^0.18.2"
},
"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",
"digital ocean",
"do",
"host"
]
}