cimpress-translations
Version:
Lightweight client for the Translations Service
50 lines (49 loc) • 1.23 kB
JSON
{
"name": "cimpress-translations",
"version": "2.1.8",
"description": "Lightweight client for the Translations Service",
"main": "./lib/index.js",
"files": [
"lib"
],
"scripts": {
"build": "node ./node_modules/@babel/cli/bin/babel.js src -d lib",
"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 <isowinski@cimpress.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Cimpress/cimpress-translations/issues"
},
"homepage": "https://github.com/Cimpress/cimpress-translations#readme",
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"jest": "^24.8.0",
"nock": "^9.2.5"
},
"dependencies": {
"@babel/runtime": "^7.5.4",
"fast-json-patch": "^2.0.6",
"http-status-codes": "^1.3.0",
"iso-639": "^0.2.2",
"pope": "^2.0.2",
"request": "^2.88.0",
"request-promise-native": "^1.0.5"
}
}