UNPKG

riveter

Version:

Mix-in, inheritance and constructor extend behavior for your JavaScript enjoyment.

76 lines (75 loc) 2.05 kB
{ "name": "riveter", "description": "Mix-in, inheritance and constructor extend behavior for your JavaScript enjoyment.", "version": "0.2.0", "homepage": "https://github.com/a2labs/riveter", "repository": { "type": "git", "url": "git://github.com/a2labs/riveter.git" }, "author": "appendTo, LLC (http://appendTo.com)", "contributors": [{ "name": "Jim Cowart", "email": "WhyNotJustComment@OnMyBlog.com", "url": "http://ifandelse.com" }, { "name": "Nicholas Cloud", "email": "WhyNotJustComment@OnMyBlog.com", "url": "http://nicholascloud.com" }, { "name": "Doug Neiner", "email": "WhyNotJustComment@OnMyBlog.com", "url": "http://dougneiner.com/" }], "keywords": [ "mixin", "mix-in", "inherit", "extend", "constructor" ], "bugs": { "email": "PleaseJustUseTheIssuesPage@github.com", "url": "http://github.com/a2labs/riveter/issues" }, "directories": { "lib": "lib" }, "main": "lib/riveter.js", "engines": { "node": ">=0.4.0" }, "dependencies": { "lodash": "^2.4.1" }, "devDependencies": { "bower": "~1.2.8", "expect.js": "~0.2.0", "express": "~3.4.7", "gulp": "~3.3.1", "gulp-beautify": "~1.0.3", "gulp-header": "~1.0.2", "gulp-hint-not": "~0.0.3", "gulp-imports": "~0.0.1", "gulp-plato": "~0.1.0", "gulp-rename": "~0.2.1", "gulp-rimraf": "0.0.8", "gulp-uglify": "~0.1.0", "gulp-util": "~2.2.9", "lodash": "^2.4.1", "open": "~0.0.4", "tiny-lr": "0.0.5" }, "scripts": { "test": "mocha ./spec/*.js", "build": "gulp", "start": "gulp server" }, "licenses": [{ "type": "MIT", "url": "http://opensource.org/licenses/MIT" }, { "type": "GPL", "url": "http://opensource.org/licenses/GPL-2.0" }] }