UNPKG

smackbone-live

Version:

an object oriented live model framework

44 lines (43 loc) 901 B
{ "name": "smackbone-live", "version": "1.0.2", "author": "Peter Bjorklund <piot@hotmail.com>", "description": "an object oriented live model framework", "keywords": [ "model", "controller", "event", "server", "client", "browser", "smackbone", "websocket" ], "dependencies": { "requirejs": "", "ws": "", "smackbone": "" }, "scripts": { "test": "grunt test" }, "main": "./out/smackbone-live.js", "files": [ "out/smackbone-live.js" ], "repository": { "type": "git", "url": "https://github.com/piot/smackbone-live.git" }, "devDependencies": { "coffee-script": "^1.8.0", "grunt": "^0.4.5", "grunt-contrib-coffee": ">=0.7.0", "grunt-contrib-concat": ">=0.3.0", "grunt-mocha-test": ">=0.7.0", "mocha": ">=1.14.0", "should": "^4.1.0", "smackbone": "^0.2.16" }, "license": "MIT" }