ez-localize
Version:
Super-simple localization of strings in a Node/Browserify application
54 lines (53 loc) • 1.29 kB
JSON
{
"name": "ez-localize",
"version": "2.1.0",
"description": "Super-simple localization of strings in a Node/Browserify application",
"main": "index.js",
"scripts": {
"test": "mocha -r coffeescript/register test/**/*Tests.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/mWater/ez-localize.git"
},
"keywords": [
"localize",
"localizer",
"internationalize",
"i18n",
"translate",
"browserify"
],
"author": "Clayton Grassick",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/mWater/ez-localize/issues"
},
"homepage": "https://github.com/mWater/ez-localize",
"devDependencies": {
"chai": "~1.9.0",
"gulp": "^4.0.0",
"gulp-coffee": "^1.4.2",
"gulp-util": "^2.2.14",
"sinon": "~1.8.2",
"testem": "~0.6.7",
"underscore": "^1.6.0",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"acorn": "^6.0.5",
"acorn-walk": "^6.1.1",
"coffeeify": "^3.0.1",
"coffeescript": "^2.3.2",
"glob": "^3.2.11",
"handlebars": "^1.3.0",
"hbsfy": "^2.8.1",
"lodash": "^3.10.1",
"minimist": "^1.1.1",
"module-deps": "^6.2.0",
"through": "^2.3.8",
"tscriptify": "^0.1.3",
"typescript": "^3.2.2",
"xlsx": "^0.14.1"
}
}