{
  "name": "ng-formio-helper",
  "version": "1.8.3",
  "description": "A library to help build Angular.js applications on top of Form.io.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formio/formio-form.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/formio/ngFormioHelper/issues"
  },
  "homepage": "https://github.com/formio/ngFormioHelper#readme",
  "devDependencies": {
    "brfs": "^1.6.1",
    "browserify": "^16.2.2",
    "del": "^3.0.0",
    "gulp": "^3.9.0",
    "gulp-load-plugins": "^1.0.0-rc.1",
    "gulp-rename": "^1.3.0",
    "gulp-streamify": "^1.0.2",
    "gulp-uglify": "^3.0.0",
    "strictify": "^0.2.0",
    "vinyl-paths": "^2.1.0",
    "vinyl-source-stream": "^2.0.0",
    "watchify": "^3.11.0"
  },
  "dependencies": {
    "angular-ui-router": "^0.4.2",
    "lodash": "^4.17.10",
    "ng-formio": "^2.35.3",
    "ng-formio-builder": "^2.35.3",
    "ng-formio-grid": "^1.4.1"
  },
  "browserify": {
    "transform": [
      "strictify",
      "brfs"
    ]
  }
}
