UNPKG

oo7-react

Version:
45 lines (44 loc) 1.11 kB
{ "name": "oo7-react", "version": "0.8.13", "description": "The Reactive Bond API", "main": "lib/index.js", "files": [ "lib/*" ], "scripts": { "lint": "echo todo", "test": "npm run compile && mocha --compilers js:babel-core/register --reporter spec", "compile": "babel --presets react -d lib/ src/", "prepare": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/paritytech/oo7-react.git" }, "keywords": [ "Promise", "Parity", "Bond", "React", "Reactive" ], "author": "Parity Technologies <admin@parity.io> (https://parity.io/)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/paritytech/oo7-react/issues" }, "homepage": "https://github.com/paritytech/oo7-react#readme", "dependencies": { "oo7": "^0.7.12", "react": "^16.5.2" }, "devDependencies": { "babel-cli": "^6.22.2", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.22.0", "chai": "^4.2.0", "mocha": "^5.2.0" }, "gitHead": "a4bdea7a002d4b95daebb0b3115827489c6e1069" }