UNPKG

gulp-flatten-json

Version:

A gulp plugin for transforming json files to flattened version

39 lines (38 loc) 926 B
{ "name": "gulp-flatten-json", "version": "0.1.0", "description": "A gulp plugin for transforming json files to flattened version", "main": "index.js", "dependencies": { "gulp-util": "^3.0.8", "through2": "^2.0.3" }, "devDependencies": { "gulp": "^3.9.1", "mocha": "^3.2.0", "should": "^11.2.1", "stream-array": "^1.1.2", "stream-assert": "^2.0.3", "vinyl": "latest" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/alirezamirian/gulp-flatten-json.git" }, "keywords": [ "gulp", "gulp-plugin", "flatten", "json", "flatten-json" ], "author": "Alireza Mirian (alireza.mirian@gmail.com)", "license": "Apache License 2.0", "bugs": { "url": "https://github.com/alirezamirian/gulp-flatten-json/issues" }, "homepage": "https://github.com/alirezamirian/gulp-flatten-json#readme" }