UNPKG

canner-core

Version:

A static webpage generator based on template engines, which aimed to deal with the maintenance difficulty between data and webpages.

67 lines (66 loc) 1.68 kB
{ "name": "canner-core", "version": "0.4.1", "description": "A static webpage generator based on template engines, which aimed to deal with the maintenance difficulty between data and webpages.", "main": "index.js", "bin": { "canner-core": "./bin/canner-core" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/canner/canner-core" }, "keywords": [ "canner", "generator", "core" ], "author": "chihsuan <chihsuan.tw@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/canner/canner-core/issues" }, "homepage": "https://github.com/canner/canner-core", "dependencies": { "async": "^2.6.2", "chalk": "^2.4.2", "colors": "^1.3.3", "commander": "^2.20.0", "dustjs-linkedin": "^2.7.5", "file-save": "^0.2.0", "fs-extra": "^7.0.1", "handlebars": "^4.1.2", "hbs-extract": "^0.1.0", "hbs-helper": "0.0.5", "html-minifier": "^4.0.0", "http-server": "^0.11.1", "jade": "^1.11.0", "js-beautify": "^1.9.1", "jsdom": "^15.0.0", "lodash": "^4.17.11", "marked": "^0.6.2", "mustache": "^3.0.1", "node-stage": "^0.1.2", "npm": "^6.9.0", "nunjucks": "^3.2.0", "q": "^1.5.1", "q-io": "^1.13.6", "request-promise": "^4.2.4", "swig": "^1.4.2", "watch": "^1.0.2", "yamljs": "^0.3.0" }, "devDependencies": { "eslint": "^5.3.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.17.2", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.12.4", "mocha": "^6.1.4", "should": "^7.1.0", "string-stream": "0.0.7" } }