makestatic-core
Version:
Generic file processing library
47 lines (46 loc) • 918 B
JSON
{
"name": "makestatic-core",
"version": "1.0.83",
"description": "Generic file processing library",
"author": "muji <noop@xpm.io>",
"license": "MIT",
"homepage": "https://makestatic.ws",
"engines": {
"node": " >= 6.1.x"
},
"repository": {
"type": "git",
"url": "https://github.com/makestatic/compiler"
},
"keywords": [
"makestatic",
"file",
"process",
"plugin",
"lifecycle",
"preprocess",
"postprocess"
],
"files": [
"README.md",
"index.js",
"lib/config.js",
"lib/context.js",
"lib/files.js",
"lib/options.js",
"lib/phase.js",
"lib/tree-adapter.js"
],
"dependencies": {
"makestatic-filewrap": "^1.0.34",
"micromatch": "^2.3.11",
"safe-merge": "^1.1.3",
"when": "^3.7.7"
},
"devDependencies": {
"chai": "~3.5.0",
"istanbul": "~0.4.4",
"mocha": "~3.2.0",
"standard": "^8.6.0"
}
}