You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tpl-loader/package.json

28 lines
503 B

10 years ago
{
"name": "tpl-loader",
"version": "0.1.0",
"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": "*"
}
}