UNPKG

react-plaid

Version:
39 lines (38 loc) 1.04 kB
{ "name": "react-plaid", "version": "0.13.0", "description": "React plaid link", "main": "lib/index", "scripts": { "clean": "rimraf lib dist", "build": "babel src --out-dir lib", "build:umd": "webpack src/index.js dist/react_plaid.js", "prepare": "npm run clean && npm run build && npm run build:umd" }, "author": "Jason Brown (browniefed)", "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@github.com/codedailyio/react-plaid.git" }, "keywords": [ "react", "plaid" ], "bugs": { "url": "https://github.com/codedailyio/react-plaid/issues" }, "homepage": "https://github.com/codedailyio/react-plaid#readme", "devDependencies": { "babel-cli": "^6.14.0", "babel-core": "^6.14.0", "babel-loader": "^6.2.5", "babel-plugin-transform-class-properties": "^6.24.1", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.11.1", "prop-types": "^15.6.0", "rimraf": "^2.5.4", "webpack": "^1.13.2" }, "dependencies": {} }