grunt-i18n-csv
Version:
Create internationalized files from a CSV translations file
50 lines (49 loc) • 1.08 kB
JSON
{
"name": "grunt-i18n-csv",
"version": "0.1.0",
"description": "Create internationalized files from a CSV translations file",
"homepage": "https://github.com/wet-boew/grunt-i18n-csv",
"author": {
"name": "Laurent Goderre",
"email": "laurent.goderre@gmail.com",
"url": "https://github.com/LaurentGoderre"
},
"keywords": [
"gruntplugin",
"grunt",
"i18n",
"csv",
"translation"
],
"repository": {
"type": "git",
"url": "https://github.com/wet-boew/grunt-i18n-csv.git"
},
"bugs": {
"url": "https://github.com/wet-boew/grunt-i18n-csv/issues"
},
"engines": {
"node": ">=0.10.0"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {
"chalk": "~0.4.0",
"csv": "~0.3.6"
},
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt": "~0.4.1",
"grunt-file-creator": "~0.1.1",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.3.0"
},
"scripts": {
"test": "grunt test"
}
}