makestatic-manifest
Version:
Generates a JSON manifest of the output files
35 lines (34 loc) • 769 B
JSON
{
"name": "makestatic-manifest",
"version": "1.0.29",
"description": "Generates a JSON manifest of the output files",
"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",
"makestatic-plugin",
"manifest"
],
"files": [
"README.md",
"index.js"
],
"devDependencies": {
"chai": "~3.5.0",
"istanbul": "~0.4.4",
"makestatic-core": "^1.0.82",
"makestatic-resolve-file": "^1.0.24",
"makestatic-sources-loader": "^1.0.23",
"makestatic-write-file": "^1.0.24",
"mocha": "~3.2.0",
"standard": "^8.6.0"
}
}