UNPKG

1.04 kBJSONView Raw
1{
2 "name": "helpful-form-builder",
3 "version": "0.0.12",
4 "description": "Generate basic React-Bootstrap forms which can be generated from a JSON object and dropped into any React component.",
5 "main": "index.js",
6 "scripts": {
7 "prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir lib",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "babel": {
11 "presets": [
12 "es2015",
13 "react"
14 ]
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+ssh://git@bitbucket.org/ckeyes88/helpful-form-builder.git"
19 },
20 "keywords": [
21 "form",
22 "builder",
23 "generator",
24 "react"
25 ],
26 "author": "Chip Keyes",
27 "license": "ISC",
28 "homepage": "https://bitbucket.org/ckeyes88/helpful-form-builder#readme",
29 "dependencies": {
30 "lodash": "^4.15.0",
31 "react": "^15.3.1",
32 "react-bootstrap": "^0.30.3",
33 "react-dom": "^15.3.1"
34 },
35 "devDependencies": {
36 "babel-plugin-transform-class-properties": "^6.11.5",
37 "babel-plugin-transform-object-rest-spread": "^6.8.0"
38 }
39}