UNPKG

base-loader

Version:

Base loader for Template-based applications.

48 lines (47 loc) 966 B
{ "name": "base-loader", "description": "Base loader for Template-based applications.", "version": "0.1.0", "homepage": "https://github.com/jonschlinkert/base-loader", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/jonschlinkert/base-loader.git" }, "bugs": { "url": "https://github.com/jonschlinkert/base-loader/issues" }, "license": { "type": "MIT", "url": "https://github.com/jonschlinkert/base-loader/blob/master/LICENSE" }, "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "map-files": "^0.7.4", "relative": "^3.0.0" }, "devDependencies": { "mocha": "*", "should": "*", "template": "^0.13.1" }, "keywords": [ "base", "file", "files", "loader", "template" ] }