UNPKG

react-form-for-object

Version:

Simple ReactJS form builder for Javascript objects

67 lines (66 loc) 1.95 kB
{ "name": "react-form-for-object", "description": "Simple ReactJS form builder for Javascript objects", "repository": { "type": "git", "url": "git+https://github.com/edshadi/react-form-for-object.git" }, "scripts": { "build": "babel ./src/ -d ./lib/", "test": "mocha --require babel-register", "prepublish": "npm run build && webpack" }, "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.23.0", "babel-core": "^6.8.0", "babel-eslint": "^6.0.4", "babel-loader": "^6.2.4", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-3": "^6.17.0", "babel-register": "^6.23.0", "chai": "^3.5.0", "chai-enzyme": "^0.6.1", "css-loader": "^0.25.0", "enzyme": "^2.7.1", "eslint": "^2.10.2", "eslint-config-airbnb": "^9.0.1", "eslint-plugin-import": "^1.8.1", "eslint-plugin-jsx-a11y": "^1.2.2", "eslint-plugin-mocha": "^4.8.0", "eslint-plugin-react": "^5.1.1", "file-loader": "^0.9.0", "fs": "0.0.1-security", "mocha": "^3.2.0", "node-sass": "^3.10.1", "path": "^0.11.14", "react-addons-test-utils": "^15.4.2", "react-hot-loader": "^1.2.7", "reactotron-react-js": "^1.1.3", "sass-loader": "^4.0.2", "sinon": "^1.17.7", "style-loader": "^0.13.1", "url-loader": "^0.5.7", "webpack": "^1.13.2", "webpack-dashboard": "^0.1.8", "webpack-dev-server": "^1.9.0", "webpack-notifier": "^1.2.1" }, "bugs": { "url": "https://github.com/edshadi/react-form-for-object/issues" }, "homepage": "https://github.com/edshadi/react-form-for-object#readme", "version": "2.0.1", "main": "lib/form-for.js", "directories": { "example": "example" }, "author": "Ed Shadi <edshadi@gmail.com>", "license": "ISC", "dependencies": { "react": "^15.4.2", "react-dom": "^15.4.2" } }