1 Star 0 Fork 1

coolsoul/board

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
Eduard Marbach 提交于 2018-05-16 11:52 . Add docker related scripts
{
"name": "Restyaboard",
"version": "0.1.0",
"description": "Trello Clone",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git@github.com:RestyaPlatform/board.git"
},
"author": "Restya",
"devDependencies": {
"eslint": "^3.13.1",
"eslint-plugin-backbone": "^2.0.2",
"grunt": "^0.4.4",
"grunt-closure-tools": "~0.9.7",
"grunt-complexity": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-jasmine": "0.6.5",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "~0.11.2",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-docco": "~0.3.3",
"grunt-eslint": "^19.0.0",
"grunt-exec": "~0.4.6",
"grunt-filerev": "~2.1.2",
"grunt-git-deploy": "~0.1.1",
"grunt-jsbeautifier": "~0.2.7",
"grunt-lineending": "~0.1.1",
"grunt-manifest": "~0.4.0",
"grunt-phpcs": "~0.2.3",
"grunt-phplint": "~0.0.5",
"grunt-plato": "~1.0.0",
"grunt-prettify": "~0.4.0",
"grunt-regex-replace": "~0.2.6",
"grunt-template-jasmine-istanbul": "0.3.1",
"grunt-usemin": "~3.0.0",
"grunt-zip": "~0.16.2"
},
"scripts": {
"docker:prebuild": "grunt build:docker",
"docker:build": "docker build -t restyaplatform/restyaboard .",
"docker:fullbuild": "npm run docker:prebuild && npm run docker:build"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/coolsoul/board.git
git@gitee.com:coolsoul/board.git
coolsoul
board
board
master

搜索帮助