{ "name": "angular-formly", "version": "6.26.1", "author": "Astrism ", "contributors": [ "Astrism ", "Kent C. Dodds " ], "homepage": "http://formly-js.github.io/angular-formly/", "repository": { "type": "git", "url": "https://github.com/formly-js/angular-formly.git" }, "main": "dist/formly.js", "license": "MIT", "scripts": { "build:dist": "better-npm-run build:dist", "build:prod": "better-npm-run build:prod", "build": "npm run build:dist & npm run build:prod", "test": "better-npm-run test test:single", "test:mac": "COVERAGE=true NODE_ENV=test karma start", "test:watch": "better-npm-run test", "test:debug": "better-npm-run test:debug", "test:ci": "better-npm-run test:ci", "start:mac": "npm run test:mac", "start": "npm run test:watch", "check-coverage": "istanbul check-coverage --statements 93 --branches 89 --functions 92 --lines 92", "report-coverage": "cat ./coverage/lcov.info | node_modules/.bin/codecov", "code-checks": "eslint src/", "commit": "git-cz", "publish:latest": "with-package scripts/publish-latest.sh pkg.version", "semantic-release": "semantic-release pre && npm run build && npm publish && semantic-release post && npm run publish:latest" }, "betterScripts": { "build:dist": { "env": { "NODE_ENV": "development" }, "command": "webpack --config node_modules/kcd-common-tools/shared/webpack.config.js --progress --colors" }, "build:prod": { "env": { "NODE_ENV": "production" }, "command": "webpack --config node_modules/kcd-common-tools/shared/webpack.config.js --progress --colors" }, "test:watch": { "env": { "COVERAGE": "true", "NODE_ENV": "test" }, "command": "karma start" }, "test": { "env": { "COVERAGE": "true", "NODE_ENV": "test" }, "command": "karma start --single-run" }, "test:debug": { "env": { "NODE_ENV": "test" }, "command": "karma start --browsers Chrome" }, "test:ci": { "env": { "NODE_ENV": "test:ci" }, "command": "karma start" } }, "config": { "ghooks": { "commit-msg": "node scripts/pre-commit-git-check.js && npm run code-checks && npm run test && npm run check-coverage" } }, "description": "AngularJS directive which takes JSON representing a form and renders to HTML", "peerDependencies": { "angular": "^1.2.x || >= 1.4.0-beta.0 || >= 1.5.0-beta.0", "api-check": "^7.0.0" }, "devDependencies": { "angular": "1.4.3", "angular-mocks": "1.4.3", "api-check": "^7.3.0", "babel": "5.8.9", "babel-core": "5.8.9", "babel-eslint": "4.0.5", "babel-loader": "5.3.2", "better-npm-run": "benoror/better-npm-run#0.0.1", "chai": "3.2.0", "codecov.io": "0.1.5", "commitizen": "1.0.4", "cz-conventional-changelog": "1.1.0", "eslint": "0.24.1", "eslint-loader": "0.14.2", "eslint-plugin-mocha": "0.4.0", "ghooks": "0.3.2", "http-server": "0.8.0", "isparta": "3.0.3", "isparta-loader": "0.2.0", "istanbul": "0.3.17", "karma": "0.12.37", "karma-chai": "0.1.0", "karma-chrome-launcher": "0.2.0", "karma-coverage": "0.4.2", "karma-firefox-launcher": "0.1.6", "karma-mocha": "0.2.0", "karma-sinon": "1.0.4", "karma-sinon-chai": "1.0.0", "karma-webpack": "1.6.0", "kcd-common-tools": "1.0.0-beta.23", "lodash": "3.10.0", "mocha": "2.2.5", "ng-annotate": "1.0.2", "ng-annotate-loader": "0.0.6", "node-libs-browser": "0.5.2", "raw-loader": "0.5.1", "semantic-release": "^4.3.4", "sinon": "1.15.4", "sinon-chai": "2.8.0", "uglify-loader": "1.2.0", "webpack": "1.10.2", "with-package": "0.2.0" }, "jspm": { "peerDependencies": { "angular": "*" } }, "kcdCommon": { "webpack": "scripts/webpack-overrides.js", "karma": "scripts/karma-overrides.js" }, "czConfig": { "path": "node_modules/cz-conventional-changelog" } }