bluebirds
Version:
Object oriented Node.js toolset
37 lines (36 loc) • 699 B
JSON
{
"name": "bluebirds",
"version": "0.0.6",
"description": "Object oriented Node.js toolset",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git@github.com:BlueBirdsCorp/BB.js.git"
},
"keywords": [
"node",
"object",
"oojs",
"poo",
"toolset",
"class",
"model"
],
"author": "Sylvain Estevez",
"license": "MIT",
"bugs": {
"url": "https://github.com/BlueBirdsCorp/BB.js/issues"
},
"homepage": "https://github.com/BlueBirdsCorp/BB.js",
"dependencies": {
"lodash": "^2.4.1"
},
"devDependencies": {
"mocha": "^1.21.0",
"should": "^4.0.4",
"chai": "^1.9.1"
}
}