forked from tomzr/localize-with-spreadsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 913 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
{
"author": {
"name": "Xavier Hainaux",
"email": "[email protected]"
},
"name": "localize-with-spreadsheet",
"description": "Create a localization file in Android or iOS format from a Google Spreadsheet",
"version": "0.3.1",
"homepage": "https://github.com/theoephraim/localize-with-spreadsheet",
"repository": {
"type": "git",
"url": "git://github.com/theoephraim/localize-with-spreadsheet.git"
},
"main": "index.js",
"dependencies": {
"google-spreadsheet": "^3.0.5",
"googleclientlogin": "^0.2.8",
"js-yaml": "^3.12.0",
"mkpath": "^0.1.0",
"q": "^0.9.2",
"request": "^2.85.0",
"require": "^2.4.20"
},
"devDependencies": {
"jest": "^25.1.0",
"nodeunit": "0.11.2"
},
"readmeFilename": "README.md",
"scripts": {
"test": "jest"
}
}