tpl-loader/package.json
Dmitriy Kubyshkin 55196028f5 Initial commit.
2014-12-15 15:48:11 +01:00

28 lines
503 B
JSON

{
"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": "*"
}
}