heterarchy
Version:
Cooperative multiple inheritance for CoffeeScript, á-la Python
52 lines (51 loc) • 1.07 kB
JSON
{
"author": "Juan Pedro Bolivar Puente",
"name": "heterarchy",
"description": "Cooperative multiple inheritance for CoffeeScript, á-la Python",
"contributors": [
{
"name": "Juan Pedro Bolivar Puente",
"email": "raskolnikov@gnu.org"
}
],
"version": "1.0.7",
"keywords": [
"inheritance",
"coffeescript",
"coffee",
"mro",
"python"
],
"repository": {
"type": "git",
"url": "https://github.com/arximboldi/heterarchy"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"coffee-script": "latest",
"underscore": ">=1.3.0"
},
"devDependencies": {
"chai": "^2.3.0",
"coffee-coverage": "0.6",
"coffeelint": "^1.15.7",
"coveralls": "2.10.0",
"docco": ">=0.6",
"istanbul": "0.3.5",
"mocha": "^2.2.5"
},
"scripts": {
"test": "make test",
"test-coverage": "make test-coverage",
"travis": "make travis",
"prepublish": "make",
"pretest": "make"
},
"files": [
"lib/heterarchy.js"
],
"main": "lib/heterarchy.js",
"license": "MIT"
}