UNPKG

vinyl-item

Version:

Extends vinyl files with properties used in vinyl-collections.

81 lines (80 loc) 1.54 kB
{ "name": "vinyl-item", "description": "Extends vinyl files with properties used in vinyl-collections.", "version": "1.0.0", "homepage": "https://github.com/jonschlinkert/vinyl-item", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/vinyl-item", "bugs": { "url": "https://github.com/jonschlinkert/vinyl-item/issues" }, "license": "MIT", "files": [ "index.js", "utils.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "base": "^0.11.1", "base-option": "^0.8.4", "base-plugins": "^0.4.13", "clone": "^2.1.0", "clone-stats": "^1.0.0", "define-property": "^0.2.5", "extend-shallow": "^2.0.1", "isobject": "^3.0.0", "lazy-cache": "^2.0.2", "vinyl": "^2.0.1" }, "devDependencies": { "event-stream": "^3.3.4", "gulp-format-md": "^0.1.11", "mocha": "^3.2.0" }, "keywords": [ "assemble", "collection", "compile", "context", "engine", "handlebars", "item", "render", "template", "templates", "view", "views", "vinyl" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "assemble", "templates", "verb", "vinyl" ] }, "reflinks": [ "verb", "vinyl" ], "lint": { "reflinks": true } } }