tpl-loader/package.json

33 lines
681 B
JSON
Raw Normal View History

2014-12-15 22:48:11 +08:00
{
"name": "tpl-loader",
"version": "0.2.1",
2014-12-15 22:48:11 +08:00
"description": "Underscore Templates loader for webpack",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/grassator/tpl-loader.git"
},
"keywords": [
"ejs",
2017-03-16 20:34:51 +08:00
"underscore",
2014-12-15 22:48:11 +08:00
"_",
"webpack",
"loader",
"template"
],
"author": {
"name": "Dmitriy Kubyshkin",
"email": "dmitriy@kubyshkin.ru"
},
"license": "MIT",
"peerDependencies": {
2017-03-16 20:34:51 +08:00
"underscore": "*"
2018-05-10 22:12:38 +08:00
},
"scripts": {
"bump": "npm version patch",
"bump:major": "npm version major",
"bump:minor": "npm version minor",
"postversion": "git push origin master --follow-tags"
2014-12-15 22:48:11 +08:00
}
}