加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "CV",
"version": "1.0.0",
"description": "Yakima Teng's CV as a Web Front-end Engineer",
"main": "index.js",
"scripts": {
"dev": "grunt dev",
"deploy": "grunt deploy",
"deployToGithub": "gh-pages -d dist/cv",
"deployToOSChina": "gh-pages -d dist/cv -b oschina-pages -o oschina -r https://git.oschina.net/yakima/cv.git",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://git.oschina.net/yakima/cv.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://git.oschina.net/yakima/cv/issues"
},
"homepage": "https://git.oschina.net/yakima/cv#readme",
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"gh-pages": "^0.12.0",
"grunt": "^1.0.0",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-scp": "^0.1.10",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"load-grunt-tasks": "^3.5.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化