UNPKG

react-coinhive

Version:
52 lines (51 loc) 1.13 kB
{ "name": "react-coinhive", "version": "1.0.2", "description": "react-coinhive React component", "main": "lib/index.js", "module": "es/index.js", "files": [ "css", "es", "lib", "umd" ], "scripts": { "build": "nwb build-react-component", "clean": "nwb clean-module && nwb clean-demo", "start": "nwb serve-react-demo", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server" }, "dependencies": { "load-script": "^1.0.0" }, "peerDependencies": { "react": "15.x" }, "devDependencies": { "nwb": "0.19.x", "prop-types": "^15.6.0", "react": "^16.0.0", "react-dom": "^16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/dragma/react-coinhive.git" }, "keywords": [ "react", "mining", "crypto", "miner", "coinhive", "coin-hive" ], "author": "Florent Béjina", "license": "MIT", "bugs": { "url": "https://github.com/dragma/react-coinhive/issues" }, "homepage": "https://github.com/dragma/react-coinhive#readme" }