UNPKG

gulp-json-transform

Version:

A gulp plugin to transform json files, pipe json files through it and transform them to other json files or other formats.

42 lines (41 loc) 979 B
{ "name": "gulp-json-transform", "version": "0.5.0", "description": "A gulp plugin to transform json files, pipe json files through it and transform them to other json files or other formats.", "main": "./index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git@github.com:thaggie/gulp-json-transform.git" }, "bugs": "https://github.com/thaggie/gulp-json-transform/issues", "homepage": "https://github.com/thaggie/gulp-json-transform", "keywords": [ "gulp", "plugin", "transform", "json" ], "author": { "name": "Tom Haggie", "url": "https://github.com/thaggie" }, "license": "MIT", "devDependencies": { "jshint": "^2.9.6", "mocha": "^10.3.0", "should": "^13.1.2" }, "dependencies": { "ansi-colors": "^1.0.1", "fancy-log": "^1.3.2", "plugin-error": "^1.0.1", "through2": "^2.0.3", "vinyl": "^2.1.0" }, "engines": { "node": ">=4.8.4" } }