clah
Version:
Simple Javascript Inheritance by John Resig
27 lines (26 loc) • 569 B
JSON
{
"name": "clah",
"description": "Simple Javascript Inheritance by John Resig",
"keywords": [
"javascript",
"inheritance",
"class",
"klass"
],
"version": "1.2.1",
"main": "./lib/class.min.js",
"homepage": "https://github.com/AlphaHydrae/clah",
"author": "Alpha Hydrae",
"repository": {
"type": "git",
"url": "https://github.com/AlphaHydrae/clah"
},
"devDependencies": {
"jasmine-node": "~1.0.26",
"uglify-js": "~1.3.3",
"underscore": "~1.3.3"
},
"scripts": {
"test": "jasmine-node spec --verbose"
}
}