UNPKG

react-confirmation-button

Version:
46 lines (45 loc) 1.14 kB
{ "name": "react-confirmation-button", "version": "0.2.1", "description": "Confirmation button functionality", "main": "build/index.js", "scripts": { "test": "jest", "test:update": "jest --updateSnapshot", "start": "webpack --watch", "build": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/e-e/react-confirmation-button.git" }, "keywords": [ "React", "Confirmation", "Button" ], "author": { "name": "Eric Ellingson", "email": "god@eric.wtf" }, "license": "ISC", "bugs": { "url": "https://github.com/e-e/react-confirmation-button/issues" }, "homepage": "https://github.com/e-e/react-confirmation-button#readme", "devDependencies": { "autoprefixer": "^7.2.3", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.6.1", "jest": "^22.0.4", "react-test-renderer": "^16.2.0", "webpack": "^3.10.0" }, "dependencies": { "react": "^16.2.0" } }