noot
Version:
High quality, well tested, lightweight object oriented toolset for Node.js
101 lines (100 loc) • 2.12 kB
JSON
{
"name": "noot",
"version": "1.3.0",
"description": "High quality, well tested, lightweight object oriented toolset for Node.js",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "http://github.com/planorama/noot.js"
},
"dependencies": {
"async": "^0.9.0",
"case": "^1.1.2",
"change-case": "~2.1.4",
"colors": "^0.6.2",
"cron": "^1.0.4",
"flat": "^1.5.0",
"inflected": "^1.1.6",
"lodash": "~2.4.1",
"lodash.set": "4.3.2",
"moment": "^2.9.0",
"underscore.string": "^2.4.0"
},
"devDependencies": {
"body-parser": "^1.12.0",
"chai": "^3.5.0",
"express": "^4.10.4",
"grunt": "^0.4.5",
"grunt-blanket": "0.0.8",
"grunt-contrib-jshint": "^1.1.0",
"grunt-githooks": "^0.3.1",
"grunt-jscs": "^0.6.2",
"grunt-mocha-cov": "^0.3.0",
"jshint-stylish": "^0.1.5",
"lorem-ipsum": "^1.0.1",
"minimist": "^1.1.0",
"mocha": "^3.2.0",
"moment": "^2.9.0",
"mongoose": "~4.6.1",
"supertest": "^0.15.0"
},
"peerDependencies": {
"mongoose": "~4.6.1"
},
"scripts": {
"test": "grunt travis"
},
"config": {
"blanket": {
"pattern": [
"src/"
]
}
},
"keywords": [
"toolset",
"object",
"oojs",
"bootstrap",
"boilerplate",
"framework",
"rest",
"api",
"resource",
"tastypie",
"logger",
"lightweight",
"config"
],
"author": "CVDM Solutions",
"contributors": [
{
"name": "Sylvain Estevez",
"email": "estevez.sylvain@gmail.com"
},
{
"name": "Sylvain Estevez",
"email": "sylvain.estevez@planorama.com"
},
{
"name": "Jean-Baptiste Brasselet",
"email": "jeanbaptiste.brasselet@planorama.com"
},
{
"name": "Tamas Hodi",
"email": "tamas.hodi@planorama.com"
},
{
"name": "Igor Mucsicska",
"email": "igor.mucsicska@planorama.com"
},
{
"name": "Szabolcs Szilagyi",
"email": "szabolcs.szilagyi@planorama.com"
}
],
"license": "UNLICENSED"
}