UNPKG

tribe

Version:

Tribe is a platform for building rich, powerful, highly scalable distributed HTML5 web and mobile systems.

82 lines 2.12 kB
{ "name": "tribe", "version": "0.4.9", "description": "Tribe is a platform for building rich, powerful, highly scalable distributed HTML5 web and mobile systems.", "dependencies": { "archy": "0.0.2", "babel-core": "^6.10.4", "babel-plugin-transform-es2015-arrow-functions": "^6.8.0", "browserify": "~3.44.2", "chai": "~1.9.0", "express": "~4.1.1", "express-useragent": "^0.1.0", "jquery": "~2.1.0", "knockout": "^3.1.0", "knockout-arrows": "0.0.1", "knockout.validation": "danderson00/Knockout-Validation", "mocha": "~1.17.1", "node-uuid": "~1.4.1", "optimist": "~0.6.0", "q": "~1.0.0", "q-io": "~1.10.9", "sinon": "~1.7.3", "socket.io": "^1.1.0", "socket.io-client": "^1.1.0", "through": "~2.3.4", "tribe.composite": "^0.4.1", "tribe.expressions": "^0.4.1", "tribe.logger": "^0.4.1", "tribe.pubsub": "^0.4.1", "tribe.rx": "^0.4.1", "tribe.storage": "^0.4.1", "underscore": "^1.8.3", "watchr": "~2.4.11" }, "devDependencies": { "node-inspector": "^0.12.2" }, "main": "index.js", "bin": { "tribe": "bin/tribe" }, "homepage": "http://github.com/danderson00/tribe", "author": { "name": "Dale Anderson", "email": "tribejs@gmail.com", "url": "https://github.com/danderson00" }, "keywords": [ "Tribe", "web", "mobile", "SPA", "distributed", "HTML5" ], "browser": { "tribe/options": "tribe/options.browser", "tribe/utilities": "tribe/utilities/index.browser", "tribe/register": "tribe/client/register", "tribe": "tribe/client", "tribe/test/require": "tribe/test/require.browser" }, "contributors": [ { "name": "Dale Anderson", "email": "tribejs@gmail.com", "url": "https://github.com/danderson00" } ], "bugs": { "url": "http://github.com/danderson00/tribe/issues" }, "license": { "type": "MIT", "url": "http://opensource.org/licenses/MIT" }, "repository": { "type": "git", "url": "git://github.com/danderson00/tribe.git" }, "readmeFilename": "README.md" }