UNPKG

gulp-directory-map

Version:

Convert a buffer of files into a JSON representation of the directory structure.

40 lines (39 loc) 1.05 kB
{ "name": "gulp-directory-map", "version": "0.2.0", "description": "Convert a buffer of files into a JSON representation of the directory structure.", "keywords": [ "gulpplugin", "json", "directory", "files", "gulp" ], "author": { "name": "Mason Stewart", "url": "https://github.com/masondesu" }, "repository": "https://github.com/masondesu/gulp-directory-map", "scripts": { "test": "istanbul test _mocha --report html -- test/*.js --reporter spec", "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "dependencies": { "gulp-util": "~3.0.3", "lodash.isempty": "^3.0.0", "through2": "^1.1.1" }, "devDependencies": { "gulp": "^3.8.6", "chai": "^2.0.0", "coveralls": "*", "istanbul": "*", "mocha": "*", "mocha-lcov-reporter": "*" }, "engines": { "node": ">=0.8.0", "npm": ">=1.2.10" }, "license": "MIT" }