1 Star 0 Fork 157

yankaics/nideshop

forked from tumobi/nideshop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1014 Bytes
一键复制 编辑 原始数据 按行查看 历史
tumobi 提交于 2017-07-25 22:52 . feat 添加微信登录和token认证
{
"name": "thinkjs-application",
"description": "application created by thinkjs",
"version": "1.0.0",
"scripts": {
"start": "node www/development.js",
"compile": "babel src/ --out-dir app/",
"watch-compile": "node -e \"console.log('<npm run watch-compile> no longer need, use <npm start> command direct.');console.log();\"",
"watch": "npm run watch-compile"
},
"dependencies": {
"babel-runtime": "6.x.x",
"cheerio": "^0.22.0",
"gm": "^1.23.0",
"jsonwebtoken": "^7.4.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"redis": "^2.3.0",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"source-map-support": "0.4.0",
"think-cors": "^1.1.2",
"thinkjs": "2.2.x",
"uid-safe": "^2.1.4"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-core": "^6.20.0"
},
"repository": "",
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/yankaics/nideshop.git
git@gitee.com:yankaics/nideshop.git
yankaics
nideshop
nideshop
master

搜索帮助