20 Star 100 Fork 19

ruanyf / loppo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
ruanyf 提交于 2017-04-08 10:18 . feat: Version 0.5.1 - add RTL support
{
"name": "loppo",
"version": "0.5.1",
"description": "an extremely easy static site generator of markdown documents",
"main": "index.js",
"scripts": {
"lint": "eslint './**/*.@(js|jsx)'",
"lint:msg": "validate-commit-msg",
"test": "tape test/*.test.js | tap-spec",
"commit": "git cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
"precommit": "npm run lint",
"commitmsg": "npm run lint:msg"
},
"bin": {
"loppo": "./bin/cmd.js"
},
"keywords": [
"static",
"document"
],
"homepage": "https://github.com/ruanyf/loppo",
"repository": {
"type": "git",
"url": "https://github.com/ruanyf/loppo.git"
},
"author": "Ruan Yifeng",
"license": "GPL-3.0",
"dependencies": {
"connect": "^3.5.0",
"debug": "^2.2.0",
"fs-extra": "1.x",
"html-to-text": "^3.0.0",
"js-yaml": "^3.6.1",
"lodash": "^4.16.2",
"log-symbols": "^1.0.2",
"log4js": "1.x",
"loppo-theme-oceandeep": "2.x",
"serve-static": "^1.11.1",
"turpan": "^0.2.0",
"walk-sync": "^0.3.1",
"wordcount": "^1.1.1",
"yargs": "^6.5.0"
},
"devDependencies": {
"commitizen": "^2.8.2",
"conventional-changelog-cli": "latest",
"cz-conventional-changelog": "^1.1.6",
"eslint": "3.x",
"eslint-config-airbnb": "13.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "2.x",
"eslint-plugin-react": "6.x",
"ghooks": "^1.3.2",
"husky": "^0.12.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.0",
"validate-commit-msg": "^2.6.1"
},
"config": {
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert"
],
"warnOnFail": false,
"maxSubjectLength": 100
},
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}
NodeJS
1
https://gitee.com/ruanyf/loppo.git
git@gitee.com:ruanyf/loppo.git
ruanyf
loppo
loppo
master

搜索帮助