{ "name": "tpl-loader", "version": "0.2.2", "description": "Underscore Templates loader for webpack", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/grassator/tpl-loader.git" }, "keywords": [ "ejs", "underscore", "_", "webpack", "loader", "template" ], "author": { "name": "Dmitriy Kubyshkin", "email": "dmitriy@kubyshkin.ru" }, "license": "MIT", "peerDependencies": { "underscore": "*" }, "scripts": { "bump": "npm version patch", "bump:major": "npm version major", "bump:minor": "npm version minor", "postversion": "git push origin master --follow-tags" } }