boo
Version:
Core prototypical primitives for Object Orientation/Composition.
56 lines (55 loc) • 1.16 kB
JSON
{
"name": "boo",
"version": "2.0.0",
"author": "Quildreen \"Sorella\" Motta <quildreen@gmail.com>",
"description": "Core prototypical primitives for Object Orientation/Composition.",
"repository": {
"type": "git",
"url": "http://github.com/killdream/boo.git"
},
"bugs": {
"url": "http://github.com/killdream/boo/issues"
},
"scripts": {
"test": "make test",
"benchmark": "make benchmark"
},
"main": "./lib/boo.js",
"keywords": [
"object orientation",
"oop",
"mixins",
"prototypes"
],
"licence": "MIT",
"devDependencies": {
"benchmark": "~1.0.0",
"brofist-tap": "~0.1.0",
"brofist": "~0.2.3",
"brofist-minimal": "~0.1.1"
},
"calliope": {
"output": "docs/api",
"copyright": "© 2013 Quildreen \"Sorella\" Motta",
"packages": [
{
"files": [
"lib/*.js"
]
}
]
},
"testling": {
"files": "test/tap.js",
"browsers": [
"ie/6..latest",
"chrome/20..latest",
"firefox/15..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/4.2"
]
}
}