gulp-translations-from-spreadsheet
Version:
transform google spreadsheet to angular translations json files
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "gulp-translations-from-spreadsheet",
"version": "1.4.2",
"description": "transform google spreadsheet to angular translations json files",
"author": "Mikhail Angelov",
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"google",
"spreadsheet",
"translations",
"i18n",
"angular"
],
"homepage": "https://github.com/mikhail-angelov/gulp-translations-from-spreadsheet",
"repository": {
"type": "git",
"url": "git://github.com/mikhail-angelov/gulp-translations-from-spreadsheet.git"
},
"dependencies": {
"google-spreadsheet": "~2.0.4",
"gulp-util": "^3.0.7",
"lodash": "^4.17.15",
"through2": "^2.0.0",
"vinyl": "^1.1.1"
},
"devDependencies": {
"event-stream": "^3.3.2",
"mocha": "^2.4.5",
"should": "^8.2.1"
},
"scripts": {
"test": "mocha",
"release": "npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
},
"engines": {
"node": ">= 0.10"
},
"license": "MIT"
}