UNPKG

smackbone

Version:

an object oriented model framework

36 lines (35 loc) 701 B
{ "name": "smackbone", "version": "0.2.18", "author": "Peter Bjorklund <piot@hotmail.com>", "description": "an object oriented model framework", "keywords": [ "model", "controller", "event", "server", "client", "browser" ], "dependencies": { "underscore": ">=1.4.3" }, "scripts": { "test": "grunt test" }, "main": "./out/smackbone.js", "repository": { "type": "git", "url": "https://github.com/piot/smackbone.git" }, "devDependencies": { "coffee-script": ">=1.6.0", "mocha": ">=1.14.0", "should": ">=2.0.0", "grunt": ">=0.4.0", "grunt-mocha-test": ">=0.7.0", "grunt-contrib-coffee": ">=0.7.0", "grunt-contrib-concat": ">=0.3.0" }, "license": "MIT" }