{
  "name": "react-form-generator",
  "version": "0.3.1",
  "description": "React Form Generator.",
  "main": "src/components/compiled/generated-form.js",
  "scripts": {
    "test": "./node_modules/.bin/gulp test",
    "build": "./node_modules/.bin/gulp build-min-global"
  },
  "bugs": "https://github.com/AZaviruha/react-form-generator/issues",
  "keywords": [
    "react",
    "react-component",
    "form",
    "react-form-generator",
    "form-generator",
    "gui-generator"
  ],
  "author": "Alexei Zaviruha <a.zaviruha@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git@github.com:AZaviruha/react-form-generator.git"
  },
  "license": "MIT",
  "dependencies": {
    "classnames": "^1.2.0",
    "react": "^0.13.0"
  },
  "devDependencies": {
    "es5-shim": "^4.0.3",
    "express": "^4.12.2",
    "front-log": "0.0.5",
    "gulp": "^3.8.10",
    "gulp-browserify": "^0.5.0",
    "gulp-concat": "^2.4.1",
    "gulp-insert": "^0.4.0",
    "gulp-react": "^2.0.0",
    "gulp-replace": "^0.5.3",
    "gulp-shell": "^0.4.0",
    "gulp-uglify": "^1.0.1",
    "jquery": "^2.1.3",
    "karma": "^0.12.25",
    "karma-chrome-launcher": "^0.1.5",
    "karma-firefox-launcher": "^0.1.3",
    "karma-jasmine": "^0.3.1",
    "karma-phantomjs-launcher": "^0.1.4",
    "lodash": "^3.10.1",
    "phantomjs": "^1.9.12",
    "yargs": "^3.4.5"
  }
}
