forked from method-inc/load-phraseapp-translations
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.1 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "load-phraseapp-translations",
"version": "0.2.5-tags",
"description": "Download PhraseApp translation files for your app. Default format is i18n-node-2 compliant.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Skookum/load-phraseapp-translations.git"
},
"keywords": [
"translation",
"i18n",
"l10n",
"internationalization",
"localization",
"translations",
"phraseapp"
],
"author": "Tessa Harmon <[email protected]> (http://tessaharmon.com)",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Skookum/load-phraseapp-translations/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/Skookum/load-phraseapp-translations/issues"
},
"homepage": "https://github.com/Skookum/load-phraseapp-translations#readme",
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.5",
"nock": "^2.9.1"
},
"dependencies": {
"async": "^1.4.2",
"lodash": "^3.10.0",
"request": "^2.60.0"
}
}