ng-checkall
Version:
A simple directive to "Check All" checkboxes behavior
83 lines (82 loc) • 2.49 kB
JSON
{
"name": "ng-checkall",
"version": "0.0.3",
"description": "A simple directive to \"Check All\" checkboxes behavior",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/carlosasj/ng-checkall.git"
},
"bugs": {
"url": "https://github.com/carlosasj/ng-checkall/issues"
},
"homepage": "https://github.com/carlosasj/ng-checkall#readme",
"keywords": [
"check",
"check-all",
"checkbox",
"angular"
],
"author": "Carlos Schneider <carlosaschjr@gmail.com>",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "echo \"Por favor, selecione um ambiente\"",
"build:local": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build",
"build:prod": "yarn build:local --prod -e prod --base-href /ng-checkall/",
"test": "ng test",
"lint": "tslint \"src/**/*.ts\" -p .",
"e2e": "ng e2e",
"gh-pages": "yarn build:prod -op docs && cp docs/index.html docs/404.html",
"packagr": "ng-packagr -p ng-package.json"
},
"private": false,
"dependencies": {
"@angular/core": ">= 4.0",
"@angular/forms": ">= 4.0",
"core-js": ">= 2.4.1",
"rxjs": ">= 5.1.0",
"zone.js": ">= 0.8.4",
"tslib": "^1.7.1"
},
"devDependencies": {
"@angular/common": ">= 4.0",
"@angular/compiler": ">= 4.0",
"@angular/platform-browser": ">= 4.0",
"@angular/platform-browser-dynamic": ">= 4.0",
"@angular/cli": "1.6.5",
"@angular/compiler-cli": ">= 4.0",
"@angular/language-service": ">= 4.0",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "^4.0.1",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^2.1.0",
"protractor": "~5.1.2",
"ts-node": "~4.1.0",
"tslint": "~5.9.1",
"tslint-sonarts": "^1.6.0",
"typescript": "~2.5.3"
},
"peerDependencies": {
"@angular/common": ">= 4.0",
"@angular/core": ">= 4.0",
"@angular/forms": ">= 4.0"
},
"resolutions": {
"rollup-plugin-commonjs": "8.3.0"
},
"main": "bundles/ng-checkall.umd.js",
"module": "esm5/ng-checkall.js",
"es2015": "esm2015/ng-checkall.js",
"typings": "ng-checkall.d.ts",
"metadata": "ng-checkall.metadata.json"
}