UNPKG

react-shockinflux-payview

Version:
60 lines (59 loc) 1.79 kB
{ "name": "react-shockinflux-payview", "version": "1.2.0-0", "description": "React library for implementing Shockinflux Payview", "main": "distribution/shockinflux.min.js", "scripts": { "test": "mocha --reporter spec test/test.js \"test/**/*.spec.js\"", "start": "react-scripts start", "format": "prettier --write '**/**/*.{js,}'", "dist": "./node_modules/.bin/babel ./src/shockinflux-payview.js --out-file ./distribution/shockinflux.min.js --source-maps true" }, "repository": { "type": "git", "url": "git+https://github.com/temitopeadesoji/react-shockinflux-payview.git" }, "keywords": [ "ReactJS", "Javascript", "Open Source", "payments", "shockinflux", "shockinflux payview", "myne", "github", "Gateway" ], "author": "Adesoji Temitope <temitopeadesoji23@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/temitopeadesoji/react-shockinflux-payview/issues" }, "homepage": "https://github.com/temitopeadesoji/react-shockinflux-payview#readme", "dependencies": { "prop-types": "^15.6.2", "react": "^16.6.3", "react-dom": "^16.6.3" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^8.0.4", "babel-preset-airbnb": "^3.0.1", "babel-preset-es2015": "^6.24.1", "babel-preset-es2016": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-preset-stage-2": "^6.24.1", "babelify": "^10.0.0", "chai": "^4.2.0", "enzyme": "^3.7.0", "enzyme-adapter-react-16": "^1.7.0", "jsdom": "9.11.0", "mocha": "^5.2.0", "prettier": "^1.15.3", "react-addons-test-utils": "^15.6.2", "react-scripts": "^2.1.1", "sinon": "^7.1.1" } }