加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
Doumax 提交于 2018-02-12 22:08 . 优化页面
{
"name": "chargingcloud",
"version": "1.0.0",
"description": "永联物联网充电云平台",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/doumax/chargingCloud.git"
},
"author": "Dou Max",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"browser-sync": "^2.23.6",
"cross-env": "^5.1.3",
"del": "^3.0.0",
"eslint-plugin-disable": "^1.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.1",
"gulp-cache": "^1.0.2",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.2",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-md5-assets": "^1.0.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"run-sequence": "^2.2.1",
"wiredep": "^3.0.1"
},
"dependencies": {
"jquery": "^3.3.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化