-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 914 Bytes
/
package.json
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-import",
"version": "1.0.6",
"description": "Import ember-i18n translations from a consolidated csv file",
"main": "ember-i18n-import.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ember-i18n-import": "ember-i18n-import.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpoiri/ember-i18n-import.git"
},
"keywords": [
"csv",
"ember-i18n"
],
"author": "Justin Poirier",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpoiri/ember-i18n-import/issues"
},
"homepage": "https://github.com/jpoiri/ember-i18n-import#readme",
"devDependencies": {
"array-contains": "0.0.1",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"csv-parser": "^1.11.0",
"flat": "^2.0.1",
"jsonfile": "^3.0.0",
"mkdirp": "^0.5.1",
"pretty-json-stringify": "0.0.2"
}
}