UNPKG

autobahn-react

Version:

Do realtime without headaches with Autobahn and React.

48 lines (47 loc) 1.4 kB
{ "name": "autobahn-react", "version": "0.3.1", "description": "Do realtime without headaches with Autobahn and React.", "main": "index.js", "directories": { "lib": "lib", "example": "examples" }, "scripts": { "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1", "check": "jsxhint modules/", "clean": "rm -rf dist && rm -rf lib", "build": "npm run clean && npm run build-lib && npm run build-browser", "build-lib": "babel --optional runtime modules/ --out-dir lib/", "build-browser": "mkdir -p dist && browserify modules/ -t [ envify --NODE_ENV production ] -t babelify --outfile dist/AutobahnReact.js --standalone AutobahnReact" }, "repository": { "type": "git", "url": "git+https://github.com/RaitoBezarius/AutobahnReact.git" }, "keywords": [ "react", "realtime", "autobahn", "wampws" ], "author": "Raito Bezarius <masterancpp@gmail.com>", "license": "GPL-2.0", "bugs": { "url": "https://github.com/RaitoBezarius/AutobahnReact/issues" }, "homepage": "https://github.com/RaitoBezarius/AutobahnReact#readme", "dependencies": { "autobahn": "^0.9.6", "babel-runtime": "^5.6.15", "react": "^0.13.3" }, "devDependencies": { "babel": "^5.4.3", "babelify": "^6.1.2", "browserify": "^10.2.3", "envify": "^3.4.0", "jshint": "^2.7.0" } }