-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 914 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 914 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
{
"name": "ember-i18n-export",
"version": "1.1.4",
"description": "Combine and export the ember-i18n translations files into a single csv file. Useful if you want to send text to the translations department",
"main": "ember-i18n-export.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ember-i18n-export": "ember-i18n-export.js"
},
"repository": "https://github.com/jpoiri/ember-i18n-export.git",
"author": "Justin Poirier",
"license": "MIT",
"preferGlobal": true,
"keywords": [
"ember-i18n",
"csv",
"export"
],
"dependencies": {
"array-contains": "0.0.1",
"array-difference": "0.0.1",
"commander": "^2.9.0",
"csv-write-stream": "^2.0.0",
"csv-parser": "1.11.0",
"flat": "^2.0.1",
"wordcount": "^1.1.1",
"chalk": "^1.1.3",
"object-loops": "^0.8.0",
"time-stamp": "^2.0.0"
},
"devDependencies": {
"ember-simple-auth": "1.6.0"
}
}