forked from Cimpress/cimpress-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
45
{
"name": "cimpress-translations",
"version": "2.1.0",
"description": "Lightweight client for the Translations Service",
"main": "./lib/index.js",
"scripts": {
"build": "babel src -d lib",
"prepublish": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cimpress/cimpress-translations.git"
},
"keywords": [
"cimpress",
"i18n",
"l10n",
"translation",
"translations",
"language",
"locale"
],
"author": "Igor Sowinski <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Cimpress/cimpress-translations/issues"
},
"homepage": "https://github.com/Cimpress/cimpress-translations#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"jest": "^22.4.3",
"nock": "^9.2.5"
},
"dependencies": {
"http-status-codes": "^1.3.0",
"iso-639": "^0.2.2",
"pope": "^2.0.2",
"request": "^2.85.0",
"request-promise-native": "^1.0.5"
}
}