ng-checkbox
Version:
The component provides selection data and its statistics based on checkboxes selection.
50 lines (49 loc) • 1.27 kB
JSON
{
"name": "ng-checkbox",
"version": "0.1.0",
"description": "The component provides selection data and its statistics based on checkboxes selection.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nghi Le Vinh",
"license": "MIT",
"dependencies": {
"lodash": "~3.10.1",
"angular": "~1.4.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinhnghi223/ng-checkbox.git"
},
"keywords": [
"checkbox",
"ng-checkbox",
"angular",
"calculation",
"statistics",
"math"
],
"bugs": {
"url": "https://github.com/vinhnghi223/ng-checkbox/issues"
},
"homepage": "https://github.com/vinhnghi223/ng-checkbox#readme",
"devDependencies": {
"angular-ui-router": "^1.0.0-alpha0",
"foundation-sites": "^6.1.1",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-git": "^1.6.1",
"gulp-load-plugins": "^1.2.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-release-it": "^1.0.10",
"gulp-uglify": "^1.5.1",
"gulp-webserver": "^0.9.1",
"merge-stream": "^1.0.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5"
}
}