UNPKG

web-template-file-tree

Version:

Utility to index files in a directory based on relative path and cache contents

34 lines (33 loc) 714 B
{ "name": "web-template-file-tree", "version": "1.1.1", "description": "Utility to index files in a directory based on relative path and cache contents", "main": "index.js", "scripts": { "test": "mocha" }, "keywords": [ "template", "html", "component", "file cache" ], "author": "Andrew Strader", "license": "ISC", "repository": { "type": "git", "url": "git@github.com:reykjavikingur/web-template-file-tree.git" }, "devDependencies": { "mocha": "^2.4.5", "should": "^8.3.1", "should-sinon": "0.0.5", "sinon": "^1.17.3" }, "dependencies": { "del": "^2.2.2", "glob": "^7.0.3", "mkdirp": "^0.5.1", "underscore": "^1.8.3" } }