62 Star 136 Fork 38

南漂一卒/EasyWebApp

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "easywebapp-js",
"version": "4.0.0",
"description": "SPA Engine based on jQuery API",
"main": "build/EasyWebApp.js",
"directories": {
"doc": "docs"
},
"engines": {
"node": "^7.6.0"
},
"scripts": {
"bundle": "cd source && amd-bundle ../build/EasyWebApp.js -e jquery,jQueryKit",
"compress": "uglifyjs build/EasyWebApp.js -o build/EasyWebApp.min.js --config-file build/compress.json",
"document": "jsdoc ./source/ -c ./build/document.json",
"clean": "reduce-blank ./docs/",
"build": "npm run bundle && npm run compress && npm run document && npm run clean",
"test": "mocha --recursive --no-timeouts -c --inline-diffs --exit",
"debug": "set NODE_DEBUG=1 && npm test",
"help": "html-pages docs/ -o"
},
"repository": {
"type": "git",
"url": "https://git.oschina.net/Tech_Query/EasyWebApp.git"
},
"bugs": {
"url": "https://github.com/TechQuery/EasyWebApp.js/issues"
},
"homepage": "https://tech_query.oschina.io/easywebapp/",
"keywords": [
"spa",
"mvvm",
"amd",
"jquery"
],
"author": "shiy007@qq.com",
"license": "GPL-2.0",
"devDependencies": {
"amd-bundle": "^0.4.2",
"chromy": "^0.5.10",
"docdash": "^0.4.0",
"html-pages": "^2.0.9",
"jsdoc": "^3.5.5",
"jsdoc-inheritance-diagram": "^1.2.1",
"mocha": "^5.0.1",
"reduce-blank": "^0.2.0",
"should": "^13.2.1",
"uglify-js": "3.0.28"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Tech_Query/EasyWebApp.git
git@gitee.com:Tech_Query/EasyWebApp.git
Tech_Query
EasyWebApp
EasyWebApp
MVVM

搜索帮助