gulp-json-angular-translate
Version:
Gulp plugin to convert json files to angular-translate js files
41 lines (40 loc) • 957 B
JSON
{
"name": "gulp-json-angular-translate",
"version": "1.0.0",
"description": "Gulp plugin to convert json files to angular-translate js files",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"event-stream": "^3.3.0",
"gulp-util": "^3.0.4",
"js-beautify": "^1.5.5",
"lodash": "^3.6.0",
"through2": "^0.6.3",
"to-single-quotes-shahata": "^0.3.0"
},
"devDependencies": {
"chai": "^2.1.2",
"mocha": "^2.2.1",
"vinyl": "^0.4.6"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/wix/gulp-json-angular-translate.git"
},
"keywords": [
"gulpplugin",
"angular",
"translate"
],
"author": "Nikas Praninskas <nikasp@wix.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wix/gulp-json-angular-translate/issues"
},
"homepage": "https://github.com/wix/gulp-json-angular-translate"
}