riveter
Version:
Mix-in, inheritance and constructor extend behavior for your JavaScript enjoyment.
33 lines • 815 B
JSON
{
"name": "riveter",
"version": "0.2.0",
"description": "Mix-in, inheritance and constructor extend behavior for your JavaScript enjoyment.",
"homepage": "https://github.com/a2labs/riveter",
"keywords": [
"mixin",
"mix-in",
"inherit",
"extend",
"constructor"
],
"author": "Jim Cowart <jim@ifandelse.com>",
"repository": {
"type": "git",
"url": "git://github.com/a2labs/riveter.git"
},
"main": [
"lib/riveter.js",
"lib/riveter.min.js"
],
"dependencies": {
"lodash": "~2.4.1"
},
"devDependencies": {
"jquery": "~1.10.2",
"bootstrap": "~3.0.3",
"expect": "0.1.2",
"mocha": "~1.17.0",
"requirejs": "~2.1.10",
"lodash": "~2.4.1"
}
}