25 lines
608 B
JSON
25 lines
608 B
JSON
{
|
|
"name": "i18n-t",
|
|
"version": "1.0.1",
|
|
"description": "Very easy to use and dumb i18n utility",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"lodash": "^4.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.3.3"
|
|
},
|
|
"scripts": {
|
|
"test": "export TESTING=true; mocha --reporter list --bail"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/SamyPesse/i18n-t.git"
|
|
},
|
|
"author": "Samy Pesse <samypesse@gmail.com>",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/SamyPesse/i18n-t/issues"
|
|
}
|
|
}
|