2014-12-15 22:48:11 +08:00
|
|
|
{
|
|
|
|
"name": "tpl-loader",
|
2014-12-15 23:47:57 +08:00
|
|
|
"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": "*"
|
|
|
|
}
|
|
|
|
}
|