UNPKG

react-wufoo-embed

Version:
58 lines (57 loc) 1.69 kB
{ "name": "react-wufoo-embed", "version": "1.0.0", "description": "React Wufoo Embed", "main": "lib/ReactWufooEmbed.js", "author": "seethroughtrees", "homepage": "https://github.com/seethroughtrees/react-wufoo-embed", "repository": { "type": "git", "url": "https://github.com/seethroughtrees/react-wufoo-embed.git" }, "bugs": { "url": "https://github.com/seethroughtrees/react-wufoo-embed/issues" }, "devDependencies": { "babel-core": "^5.5.4", "babel-eslint": "^3.1.9", "babel-loader": "^5.1.4", "core-js": "^0.9.14", "eslint": "^3.15.0", "eslint-plugin-react": "^6.9.0", "expect": "^1.6.0", "gulp": "^3.8.11", "node-libs-browser": "^0.5.2", "prop-types": "^15.5.9", "react": "^15.5.4", "react-dom": "^15.5.4", "react-addons-test-utils": "^15.3.2", "react-component-gulp-tasks": "^0.7.0" }, "browserify-shim": { "react": "global:React", "react-dom": "global:ReactDOM" }, "peerDependencies": { "react": "^15.5.4", "react-dom": "^15.5.4" }, "scripts": { "build": "./node_modules/.bin/gulp clean && NODE_ENV=production ./node_modules/.bin/gulp build", "examples": "./node_modules/.bin/gulp dev:server", "lint": "./node_modules/.bin/eslint src", "publish:site": "./node_modules/.bin/gulp publish:examples", "release": "./node_modules/.bin/gulp release", "start": "./node_modules/.bin/gulp dev", "test": "./node_modules/.bin/karma start", "test-watch": "karma start --no-single-run", "watch": "./node_modules/.bin/gulp watch:lib" }, "keywords": [ "react", "react-component", "wufoo", "form", "form-embed" ] }