cloudy
Version:
Lightweight, fast toolbelt for building large Node applications
56 lines (55 loc) • 1.04 kB
JSON
{
"name": "cloudy",
"version": "0.0.1",
"description": "Lightweight, fast toolbelt for building large Node applications",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "http://github.com/sylvainestevez/cloudy.js"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-blanket": "0.0.10",
"grunt-contrib-jshint": "^0.11.3",
"grunt-githooks": "^0.4.0",
"grunt-jscs": "^2.3.0",
"grunt-mocha-cov": "^0.4.0"
},
"scripts": {
"test": "grunt check"
},
"config": {
"blanket": {
"pattern": [
"src/"
]
}
},
"keywords": [
"toolset",
"object",
"oojs",
"bootstrap",
"boilerplate",
"framework",
"rest",
"api",
"resource",
"tastypie",
"logger",
"lightweight",
"config"
],
"author": "Sylvain Estevez",
"contributors": [
{
"name": "Sylvain Estevez",
"email": "estevez.sylvain@gmail.com"
}
],
"license": "MIT"
}