|
1 | 1 | {
|
2 |
| - "name": "aurelia-pager", |
3 |
| - "version": "0.0.10", |
4 |
| - "description": "Aurelia-only pagination", |
| 2 | + "name": "aurelia-datatable-export", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Aurelia-datatable only export", |
5 | 5 | "bugs": {
|
6 |
| - "url": "https://github.com/SpoonX/aurelia-pager/issues" |
| 6 | + "url": "https://github.com/SpoonX/aurelia-datatable-export/issues" |
7 | 7 | },
|
8 | 8 | "keywords": [
|
9 | 9 | "aurelia",
|
10 |
| - "pagination", |
11 |
| - "pager", |
| 10 | + "datatable", |
| 11 | + "export", |
12 | 12 | "spoonx"
|
13 | 13 | ],
|
14 |
| - "homepage": "https://github.com/SpoonX/aurelia-pager#readme", |
| 14 | + "homepage": "https://github.com/SpoonX/aurelia-datatable-export#readme", |
15 | 15 | "license": "MIT",
|
16 |
| - "author": "VMBindraban <vijay@spoonx.nl> (http://spoonx.nl)", |
| 16 | + "author": "jeremyvergnas <jeremy@spoonx.nl> (http://spoonx.nl)", |
17 | 17 | "contributors": [
|
18 | 18 | "RWOverdijk <wesley@spoonx.nl> (http://spoonx.nl/)"
|
19 | 19 | ],
|
20 |
| - "main": "dist/commonjs/aurelia-pager.js", |
21 |
| - "typings": "dist/aurelia-pager.d.ts", |
| 20 | + "main": "dist/commonjs/aurelia-datatable-export.js", |
| 21 | + "typings": "dist/aurelia-datatable-export.d.ts", |
22 | 22 | "repository": {
|
23 | 23 | "type": "git",
|
24 |
| - "url": "git+ssh://git@github.com/SpoonX/aurelia-pager.git" |
| 24 | + "url": "git+ssh://git@github.com/SpoonX/aurelia-datatable-export.git" |
25 | 25 | },
|
26 | 26 | "scripts": {
|
27 | 27 | "test": "./node_modules/.bin/gulp test"
|
28 | 28 | },
|
29 | 29 | "jspm": {
|
30 | 30 | "registry": "npm",
|
31 |
| - "jspmPackage": true, |
32 |
| - "main": "aurelia-pager", |
| 31 | + "main": "aurelia-datatable-export", |
33 | 32 | "format": "amd",
|
34 | 33 | "directories": {
|
35 | 34 | "dist": "dist/amd"
|
36 | 35 | },
|
37 | 36 | "dependencies": {
|
38 | 37 | "aurelia-binding": "^1.0.0-rc.1.0.0",
|
39 | 38 | "aurelia-templating": "^1.0.0-rc.1.0.0",
|
40 |
| - "aurelia-view-manager": "^0.0.7" |
41 |
| - }, |
42 |
| - "peerDependencies": { |
43 |
| - "aurelia-binding": "^1.0.0-rc.1.0.0", |
44 |
| - "aurelia-templating": "^1.0.0-rc.1.0.0", |
45 |
| - "aurelia-view-manager": "^0.0.7" |
| 39 | + "aurelia-view-manager": "^0.0.7", |
| 40 | + "json2csv": "^3.7.0" |
46 | 41 | },
|
47 | 42 | "devDependencies": {
|
48 | 43 | "aurelia-bootstrapper": "^1.0.0",
|
|
112 | 107 | "aurelia": {
|
113 | 108 | "build": {
|
114 | 109 | "resources": [
|
115 |
| - "aurelia-pager/pager", |
116 |
| - "aurelia-pager/bootstrap/pager.html" |
| 110 | + "aurelia-datatable-export/datatable-export", |
| 111 | + "aurelia-datatable-export/bootstrap/datatable-export.html" |
117 | 112 | ]
|
118 | 113 | }
|
119 | 114 | }
|
|
0 commit comments