tpl-loader/package.json

28 lines
503 B
JSON
Raw Normal View History

2014-12-15 22:48:11 +08:00
{
"name": "tpl-loader",
"version": "0.2.0",
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",
"underscrore",
"lodash",
"_",
"webpack",
"loader",
"template"
],
"author": {
"name": "Dmitriy Kubyshkin",
"email": "dmitriy@kubyshkin.ru"
},
"license": "MIT",
"peerDependencies": {
"lodash": "*"
}
}