UNPKG

angular-indeterminate

Version:
57 lines (56 loc) 1.58 kB
{ "name": "angular-indeterminate", "version": "3.1.1", "description": "Tri-state indeterminate checkboxes in Angular", "main": "dist/angular-indeterminate.js", "scripts": { "test": "./node_modules/.bin/karma start karma.conf.js --single-run", "precommit": "echo 'Running pre-commit tasks...'; npm run build; npm test", "build": "webpack" }, "pre-commit": [ "precommit" ], "repository": { "type": "git", "url": "git+https://github.com/timcosta/angular-indeterminate.git" }, "keywords": [ "angular", "angularjs", "indeterminate", "checkbox", "tri-state", "tristate" ], "author": "Tim Costa <tjsail33@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/timcosta/angular-indeterminate/issues" }, "homepage": "https://github.com/timcosta/angular-indeterminate#readme", "devDependencies": { "angular": "~1.5.8", "angular-mocks": "~1.5.8", "babel-core": "^6.18.2", "babel-loader": "^6.2.7", "babel-preset-es2015": "^6.18.0", "ibrik": "^2.0.0", "istanbul": "^0.4.5", "jasmine": "^2.5.1", "jquery": "^3.1.0", "karma": "^1.3.0", "karma-babel-preprocessor": "^6.0.1", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.0.2", "karma-junit-reporter": "^1.1.0", "karma-phantomjs-launcher": "^1.0.2", "karma-spec-reporter": "0.0.26", "karma-webpack": "^2.0.0", "ng-annotate": "^1.2.1", "ng-annotate-loader": "^0.2.0", "phantomjs-prebuilt": "^2.1.12", "pre-commit": "^1.1.3", "webpack": "^1.13.3" } }