@ovh-ux/ng-ovh-export-csv
Version:
Export data as CSV file.
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "@ovh-ux/ng-ovh-export-csv",
"version": "2.1.3",
"description": "Export data as CSV file.",
"keywords": [
"angularjs",
"csv",
"export",
"ovh",
"ovhcloud"
],
"homepage": "https://github.com/ovh/manager/tree/master/packages/components/ng-ovh-export-csv#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-export-csv"
},
"license": "BSD-3-Clause",
"author": "OVH SAS",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"browser": "./dist/umd/ng-ovh-export-csv.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"
},
"devDependencies": {
"@ovh-ux/component-rollup-config": "^13.0.2"
},
"peerDependencies": {
"angular": "^1.7.8",
"angular-sanitize": "1.7.8",
"moment": "^2.24.0"
}
}