UNPKG

gulp-nav

Version:

gulp plugin to help build navigation elements

57 lines (56 loc) 1.69 kB
{ "name": "gulp-nav", "version": "0.3.0", "description": "gulp plugin to help build navigation elements", "keywords": [ "gulpplugin", "nav", "directory", "hierarchy", "sitemap", "pagetree", "breadcrumb", "tree" ], "author": "Jess Austin <jess.austin@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "http://github.com/jessaustin/gulp-nav.git" }, "homepage": "https://github.com/jessaustin/gulp-nav", "dependencies": { "through2": ">=0.5" }, "devDependencies": { "codecov.io": "^0.1.6", "coffee-script": ">=1.7", "faucet": ">=0.0.1", "gulp": ">=3.8", "gulp-connect": ">=2", "gulp-data": ">=1", "gulp-filter": ">=3", "gulp-jade": ">=0.6", "gulp-load-plugins": ">=0.6", "gulp-stream": ">=0.0.2", "istanbul": ">=0.3", "jade-var-matter": ">=0", "remap-istanbul": ">=0.5", "tape": ">=2.14" }, "main": "gulp-nav.js", "config": { "rmpfile": "stupid_remap_istanbul_doesn't_know_how_to_pipe_file" }, "scripts": { "clean": "rm -r coverage *.js *.js.map 2> /dev/null || true", "start": "gulp", "windows_test": "gulp test | faucet", "pretest": "coffee --compile --map gulp-nav.coffee", "test": "istanbul cover --print none gulp test | faucet", "posttest": "remap-istanbul --input coverage/coverage.json --output $npm_package_config_rmpfile --type text-summary && cat $npm_package_config_rmpfile && rm $npm_package_config_rmpfile && echo", "coverage": "remap-istanbul --input coverage/coverage.json --output coverage/coffee --type html", "prepublish": "npm run pretest", "postpublish": "npm run clean" } }