UNPKG

smackbone

Version:

an object oriented model framework

30 lines (29 loc) 527 B
{ "name": "smackbone", "version": "0.2.18", "homepage": "https://github.com/Piot/smackbone", "authors": [ "Peter Bjorklund <piot@hotmail.com>" ], "description": "an object oriented model framework", "main": "./out/smackbone.js", "keywords": [ "model", "controller", "event", "server", "client", "browser" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "underscore": "~1.8.3" } }