1 Star 0 Fork 0

thewei/Airpub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
Guo Yu 提交于 2015-01-04 16:07 . 0.4: Add custom bootstrap workflow
{
"name": "airpub",
"version": "0.4.0",
"description": "a pure front-end blog engine powered by duoshuo API",
"main": "index.html",
"author": "turing <[email protected]>",
"license": "MIT",
"scripts": {
"build": "bin/build.sh",
"build-deps": "npm run build-deps-js && npm run build-deps-css",
"build-deps-js": "bin/build-dependency-js.sh",
"build-deps-css": "bin/build-dependency-css.sh",
"build-deps-less": "bin/build-dependency-less.sh",
"serve": "node_modules/.bin/serve --no-less .",
"watch": "node_modules/.bin/rewatch src/*.js src/**/*.js -c 'npm run build'",
"dev": "npm run serve & npm run watch",
"start": "npm run dev"
},
"repository": {
"type": "git",
"url": "https://github.com/duoshuo/airpub.git"
},
"bugs": {
"url": "https://github.com/duoshuo/airpub/issues"
},
"keywords": [
"air",
"publish",
"press",
"airpub",
"cms",
"blog",
"blog platform",
"angular"
],
"devDependencies": {
"clean-css": "^2.2.13",
"less": "^2.1.2",
"rewatch": "~0.2.2",
"serve": "~1.4.0",
"uglify-js": "^2.4.15"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/thewei/Airpub.git
[email protected]:thewei/Airpub.git
thewei
Airpub
Airpub
master

搜索帮助