UNPKG

underscore-template-loader

Version:

An Underscore and Lodash template loader for Webpack

73 lines (72 loc) 1.53 kB
{ "name": "underscore-template-loader", "version": "1.2.0", "description": "An Underscore and Lodash template loader for Webpack", "main": "index.js", "homepage": "https://github.com/emaphp/underscore-template-loader", "bugs": { "url": "https://github.com/emaphp/underscore-template-loader/issues" }, "license": "MIT", "author": { "name": "Emmanuel Antico", "email": "emmanuel.antico@gmail.com" }, "contributors": [ { "name": "Tommy Dugger (cerinman)" }, { "name": "Kees Kluskens (SpaceK33z)" }, { "name": "Pascal (pascalpp)" }, { "name": "Jan Nicklas (jantimon)" }, { "name": "Keith McKnight (kmck)" }, { "name": "JimYan" }, { "name": "Ivan Dudinov", "email": "ivan@zajno.com" } ], "repository": { "type": "git", "url": "https://github.com/emaphp/underscore-template-loader.git" }, "dependencies": { "fastparse": "^1.1.2", "loader-utils": "^2.0.0" }, "devDependencies": { "chai": "^4.3.4", "chai-string": "^1.5.0", "istanbul": "^0.3.18", "mocha": "^8.3.2", "underscore": "^1.12.1" }, "scripts": { "push:local": "yalc push --private --replace --update", "test": "mocha", "cover": "istanbul cover node_modules/mocha/bin/_mocha" }, "keywords": [ "underscore", "lodash", "template", "webpack", "loader" ], "readmeFilename": "README.md", "eslintConfig": { "env": { "node": true } } }