slm-loader
Version:
SLM/SLIM Template Loader for Webpack
31 lines (30 loc) • 696 B
JSON
{
"name": "slm-loader",
"version": "1.0.0-beta.2",
"description": "SLM/SLIM Template Loader for Webpack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wealthbar/slm-loader.git"
},
"keywords": [
"webpack",
"slm",
"slim",
"loader"
],
"author": "Chris Nicola @chrismnicola",
"license": "MIT",
"bugs": {
"url": "https://github.com/wealthbar/slm-loader/issues"
},
"homepage": "https://github.com/wealthbar/slm-loader#readme",
"dependencies": {
"loader-utils": "^1.1.0",
"slm": "^2.0.0",
"slm-markdown": "^1.0.0"
}
}