@ovh-ux/ng-ovh-checkbox-table
Version:
Multi checkbox management for table
46 lines (45 loc) • 1.21 kB
JSON
{
"name": "@ovh-ux/ng-ovh-checkbox-table",
"version": "2.1.4",
"description": "Multi checkbox management for table",
"keywords": [
"angularjs",
"checkbox",
"ovh",
"ovhcloud",
"table"
],
"homepage": "https://github.com/ovh/manager/tree/master/packages/components/ng-ovh-checkbox-table#readme",
"bugs": {
"url": "https://github.com/ovh/manager/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ovh/manager.git",
"directory": "packages/components/ng-ovh-checkbox-table"
},
"license": "BSD-3-Clause",
"author": "OVH SAS",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"browser": "./dist/umd/ng-ovh-checkbox-table.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c --environment BUILD:production",
"dev": "rollup -c --environment BUILD:development",
"dev:watch": "rollup -c --environment BUILD:development --watch",
"prepare": "rollup -c --environment BUILD:production"
},
"dependencies": {
"lodash": "^4.17.15"
},
"devDependencies": {
"@ovh-ux/component-rollup-config": "^13.0.3"
},
"peerDependencies": {
"angular": "~1.6"
}
}