加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 914 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuhongda 提交于 2018-07-16 16:05 . refator: 梳理项目依赖
{
"name": "rongcloud-web-im-v2",
"version": "2.0.0",
"description": "RongCloud Web IM v2.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitlab.rongcloud.net:web-team/web-im-v2.git"
},
"keywords": [
"RongCloud",
"Web",
"IM"
],
"author": [
"yangchuan",
"yuhongda",
"Ariel Yang <arielyang@gmail.com>"
],
"license": "MIT",
"devDependencies": {
"coffee-script": "^1.10.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-typescript": "^0.8.0",
"grunt-filerev": "^2.3.1",
"grunt-usemin": "^3.1.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化