加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
Weilin 提交于 2015-12-03 15:12 . 优化 移除mock
{
"name": "testweb",
"version": "0.6.0",
"description": "test",
"main": "index.html",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://git.oschina.net/increase/TestWeb.git"
},
"keywords": [
"test"
],
"author": "lichao",
"license": "GPL-3.0",
"devDependencies": {
"angular-mocks": "^1.4.7",
"async": "^1.5.0",
"gulp": "^3.8.11",
"gulp-base64": "^0.1.3",
"gulp-concat": "^2.5.2",
"gulp-less": "^3.0.3",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.1.0",
"less": "^2.5.3",
"less-plugin-clean-css": "^1.5.1",
"merge2": "^0.3.6",
"request": "^2.67.0",
"shelljs": "^0.5.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
},
"ecmaFeatures": {
"blockBindings": true,
"forOf": true,
"modules": true
},
"rules": {
"semi": 2,
"quotes": [
2,
"single"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化