jarb-angular-formly
Version:
Validating forms through JaRB.
64 lines (63 loc) • 1.67 kB
JSON
{
"name": "jarb-angular-formly",
"version": "1.3.1",
"description": "Validating forms through JaRB.",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/42BV/jarb-angular-formly.git"
},
"keywords": [
"JaRB",
"formly",
"Angular"
],
"author": "Maarten Hus",
"license": "ISC",
"bugs": {
"url": "https://github.com/42BV/jarb-angular-formly/issues"
},
"homepage": "https://github.com/42BV/jarb-angular-formly#readme",
"dependencies": {
"angular": "^1.5.8",
"lodash": "^4.14.0"
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"angular-scenario": "^1.5.8",
"babel-plugin-istanbul": "2.0.2",
"babel-preset-es2015": "6.9.0",
"eslint-plugin-angular": "0.12.0",
"grunt": "1.0.0",
"grunt-babel": "6.0.0",
"grunt-bump": "0.3.1",
"grunt-concurrent": "1.0.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-uglify": "0.9.1",
"grunt-eslint": "17.3.1",
"grunt-karma": "2.0.0",
"grunt-ng-annotate": "2.0.2",
"jasmine-core": "2.3.4",
"karma": "0.13.22",
"karma-babel-preprocessor": "6.0.1",
"karma-coverage": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-junit-reporter": "1.0.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.26",
"load-grunt-tasks": "3.1.0",
"serve-static": "1.11.1",
"time-grunt": "1.2.0"
},
"scripts": {
"test": "grunt test",
"build": "grunt build",
"prepublish": "grunt build"
}
}