{
  "name": "react-formly",
  "version": "0.0.5",
  "description": "JSON powered forms for react - Currently in alpha state, API subject to change...",
  "scripts": {
    "test": "gulp ci --travis",
    "dev": "gulp dev",
    "build": "gulp build",
    "deploy": "gulp deploy",
    "release": "npm run build && with-package git commit -am pkg.version && with-package git tag pkg.version && git push && npm publish && git push --tags",
    "release:beta": "npm run release && npm run tag:beta",
    "tag:beta": "with-package npm dist-tag add pkg.name@pkg.version beta"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kentcdodds/react-formly.git"
  },
  "main": "dist/react-formly.min.js",
  "keywords": [
    "react",
    "react components",
    "library",
    "forms",
    "react-component",
    "reactjs",
    "html forms"
  ],
  "author": "Kent C. Dodds <kent@doddsfamily.us> (http://kent.doddsfamily.us)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kentcdodds/react-formly/issues"
  },
  "homepage": "https://github.com/kentcdodds/react-formly",
  "devDependencies": {
    "chai": "^1.9.1",
    "connect": "^3.2.0",
    "gulp": "^3.8.8",
    "gulp-gh-pages": "^0.3.4",
    "gulp-help": "^1.1.0",
    "gulp-jshint": "^1.8.4",
    "gulp-react": "^3.0.1",
    "gulp-webpack": "^0.3.0",
    "jshint-stylish": "^0.4.0",
    "jsx-loader": "^0.13.2",
    "karma": "^0.12.19",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.1.4",
    "karma-cli": "0.0.4",
    "karma-firefox-launcher": "^0.1.3",
    "karma-mocha": "^0.1.6",
    "livereload": "^0.3.4",
    "mocha": "^1.21.3",
    "react-addons": "^0.9.0",
    "rimraf": "^2.2.8",
    "serve-static": "^1.6.1",
    "webpack": "^1.3.2-beta9",
    "with-package": "^0.2.0",
    "yargs": "^1.3.1"
  },
  "dependencies": {
    "react": "^0.13.3"
  }
}
