forked from roofstock/ember-cli-data-export
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 813 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ember-cli-data-export",
"version": "0.1.24",
"author" : "Matt Armstrong",
"description": "Provides ability to export a set of json data as excel or csv file.",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember try:testall"
},
"repository": "https://github.com/roofstock/ember-cli-data-export",
"engines": {
"node": ">= 0.10.0"
},
"author": "Matt Armstrong",
"license": "MIT",
"devDependencies": {
},
"keywords": [
"ember-addon",
"ember-cli",
"xlsx",
"excel",
"csv"
],
"dependencies": {
"ember-cli-htmlbars": "0.7.9",
"ember-select-list": "^0.9.5",
"xlsx": "^0.8.0"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}