easyi18n
Version:
Easy to use internationalisation (i18n): translate and localise your website or app. Uniquely, this does not require any refactoring of your code to work.
38 lines (37 loc) • 969 B
JSON
{
"name": "easyi18n",
"version": "1.1.1",
"description": "Easy to use internationalisation (i18n): translate and localise your website or app. Uniquely, this does not require any refactoring of your code to work.",
"main": "./bin/i18n.js",
"repository": {
"type": "git",
"url": "git+https://github.com/winterstein/i18njs.git"
},
"keywords": [
"i18n",
"internationalisation",
"translate",
"localise"
],
"author": "Daniel Winterstein (daniel@sodash.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/winterstein/i18njs/issues"
},
"homepage": "https://github.com/winterstein/i18njs#readme",
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1"
},
"scripts": {
"build": "babel src --out-dir bin",
"watch": "babel src --out-dir bin --watch",
"prepublish": "npm run build"
}
}