makestatic-core-standard
Version:
Standard lifecycle configuration
48 lines (47 loc) • 1.16 kB
JSON
{
"name": "makestatic-core-standard",
"version": "2.0.2",
"description": "Standard lifecycle configuration",
"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",
"plugin",
"config",
"standard"
],
"files": [
"README.md",
"index.js"
],
"dependencies": {
"makestatic-clean-output": "^1.0.17",
"makestatic-core": "^1.0.82",
"makestatic-deploy-site": "^1.0.17",
"makestatic-emit-gzip": "^1.0.29",
"makestatic-http-cache": "^1.1.9",
"makestatic-manifest": "^1.0.28",
"makestatic-pack-webpack": "^1.2.1",
"makestatic-resolve-file": "^1.0.24",
"makestatic-sources-loader": "^1.0.23",
"makestatic-write-file": "^1.0.24"
},
"devDependencies": {
"chai": "~3.5.0",
"globule": "^1.1.0",
"istanbul": "~0.4.4",
"makestatic-deploy-pages": "^1.0.13",
"makestatic-preset-optimize": "^1.2.7",
"mocha": "~3.2.0",
"standard": "^8.6.0",
"webpack": "^2.2.1"
}
}