{
  "name": "jsonforms",
  "version": "1.4.4",
  "description": "Generating forms for JSON schema",
  "repository": "https://github.com/eclipsesource/jsonforms",
  "bugs": "https://github.com/eclipsesource/jsonforms/issues",
  "homepage": "http://jsonforms.io",
  "license": "MIT",
  "main": "dist/ts-build/index.js",
  "typings": "dist/ts-build/index.d.ts",
  "scripts": {
    "tsc": "tsc && ncp src/jsonforms.css dist/ts-build/jsonforms.css",
    "tsc-material": "tsc -p material",
    "tsc-bootstrap": "tsc -p bootstrap",
    "tsc-examples": "tsc -p examples",
    "dev": "webpack --config webpack/webpack.dev.js && webpack-dev-server --config webpack/webpack.dev.js --NODE_ENV=dev --inline",
    "dev-bootstrap": "webpack --config webpack/webpack.dev-bootstrap.js && webpack-dev-server --config webpack/webpack.dev-bootstrap.js --NODE_ENV=dev --inline",
    "dev-material": "webpack --config webpack/webpack.dev-material.js && webpack-dev-server --config webpack/webpack.dev-material.js --inline",
    "test": "karma start --NODE_ENV=test",
    "build": "webpack --config webpack/webpack.build.js --NODE_ENV=production --display-error-details",
    "build-bootstrap": "webpack --config webpack/webpack.build-bootstrap.js --NODE_ENV=production --display-error-details",
    "build-material": "webpack --config webpack/webpack.build-material.js --NODE_ENV=production --display-error-details",
    "build-all": "npm run tsc && npm run tsc-bootstrap && npm run tsc-material && npm run tsc-examples && npm run build && npm run build-bootstrap && npm run build-material",
    "typings-install": "node_modules/.bin/typings install",
    "publish-patch": "npm run build-all && npm run test && npm -no-git-tag-version version patch && npm run commit-local && npm run push-tag && npm publish",
    "publish-minor": "npm run build-all && npm run test && npm -no-git-tag-version version minor && npm run commit-local && npm run push-tag && npm publish",
    "publish-major": "npm run build-all && npm run test && npm -no-git-tag-version version major && npm run commit-local && npm run push-tag && npm publish",
    "commit-local": "git add package.json && git commit -m \"Bump version number to $npm_package_version\"",
    "push-tag": "git checkout -b auto-git-publish-$npm_package_version && git add -f dist/**/* && git commit -m \"Release $npm_package_version\" && git tag -a $npm_package_version -m \"Release $npm_package_version\" && git push upstream $npm_package_version",
    "start-placeholder": "node_modules/.bin/json-server examples/assets/db.json"
  },
  "dependencies": {
    "angular": "1.5.8",
    "angular-animate": "1.5.8",
    "angular-aria": "1.5.8",
    "angular-material": "1.1.0",
    "angular-ui-bootstrap": "1.3.2",
    "angular-ui-validate": "1.2.2",
    "jquery": "2.2.0",
    "json-refs": "2.1.5",
    "lodash": "4.0.1",
    "pluralize": "3.0.0",
    "ajv": "4.7.7"
  },
  "devDependencies": {
    "angular-mocks": "1.5.0",
    "babel-istanbul": "0.6.0",
    "bootstrap": "3.3.6",
    "bootstrap-webpack": "0.0.5",
    "bower": "^1.8.0",
    "browser-sync": "2.11.1",
    "browser-sync-webpack-plugin": "1.0.1",
    "compression-webpack-plugin": "0.3.0",
    "copy-webpack-plugin": "3.0.0",
    "coveralls": "2.11.9",
    "css-loader": "0.23.1",
    "exports-loader": "0.6.3",
    "extract-text-webpack-plugin": "1.0.1",
    "file-loader": "0.8.5",
    "html-webpack-plugin": "2.7.2",
    "imports-loader": "0.6.5",
    "istanbul": "0.4.2",
    "istanbul-instrumenter-loader": "0.1.3",
    "jasmine": "2.4.1",
    "json-server": "0.8.18",
    "karma": "0.13.19",
    "karma-coverage": "0.5.3",
    "karma-jasmine": "0.3.6",
    "karma-phantomjs-launcher": "1.0.0",
    "karma-phantomjs2-launcher": "0.5.0",
    "karma-sourcemap-loader": "0.3.7",
    "karma-spec-reporter": "0.0.23",
    "karma-typescript-preprocessor": "0.0.21",
    "karma-webpack": "1.7.0",
    "less": "2.6.1",
    "less-loader": "2.2.3",
    "mock-promises": "0.6.0",
    "namespace-css-loader": "0.0.2",
    "ncp": "2.0.0",
    "node-sass": "3.4.2",
    "phantomjs-polyfill": "0.0.1",
    "raw-loader": "0.5.1",
    "sass-loader": "3.1.2",
    "selenium-webdriver": "2.53.1",
    "style-loader": "0.13.0",
    "ts-loader": "0.8.0",
    "tsd": "0.6.5",
    "tslint": "3.14.0",
    "tslint-loader": "2.1.4",
    "typescript": "1.8.0",
    "typings": "1.3.2",
    "url-loader": "0.5.7",
    "wallaby-webpack": "0.0.11",
    "webpack": "1.12.12",
    "webpack-dev-server": "1.14.1"
  }
}
