made-view
Version:
components html preprocessor use for made-build
38 lines (37 loc) • 822 B
JSON
{
"name": "made-view",
"version": "0.7.3",
"description": "components html preprocessor use for made-build",
"main": "index.js",
"browser": "browser.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "node ./test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonhao/made-view.git"
},
"keywords": [
"JADE",
"Made",
"HTML-Preprocessor"
],
"author": "SimonHao",
"license": "MIT",
"bugs": {
"url": "https://github.com/simonhao/made-view/issues"
},
"homepage": "https://github.com/simonhao/made-view",
"devDependencies": {},
"dependencies": {
"acorn-globals": "^2.0.0",
"character-parser": "^2.1.1",
"extend": "^3.0.0",
"made-id": "^0.3.0",
"made-view-parser": "^0.3.0"
}
}