0 Star 0 Fork 0

juncheung01 / feather

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 558 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cole Bemis 提交于 2017-05-30 20:29 . Clean up package.json
{
"name": "feather",
"version": "2.1.0",
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
"repository": {
"type": "git",
"url": "https://github.com/colebemis/feather.git"
},
"scripts": {
"svgo": "for i in $(find icons/* -type d); do svgo --pretty --multipass --config=svgo-config.yml $i; done",
"build": "npm run build-zip && jekyll build",
"build-zip": "./bin/build-zip.sh"
},
"license": "MIT",
"devDependencies": {
"onchange": "^3.2.1",
"parallelshell": "^2.0.0",
"svgo": "^0.7.2"
}
}
HTML
1
https://gitee.com/juncheung/feather.git
git@gitee.com:juncheung/feather.git
juncheung
feather
feather
master

搜索帮助