1 Star 1 Fork 0

fpm/yf-fpm-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
WangFan 提交于 2018-05-26 10:20 . see changlog.md
{
"name": "yf-fpm-server",
"version": "2.4.1",
"description": "yf fast-platform api server",
"main": "lib/bin/app.js",
"scripts": {
"compile": "./node_modules/.bin/babel -d lib/ src/",
"prepublish": "npm run compile",
"test": "./node_modules/.bin/mocha test/*.test.js",
"dev": "./node_modules/.bin/nodemon ./example/dev.babel.js"
},
"keywords": [
"yf",
"fpm",
"api",
"server",
"fast"
],
"author": "yfsoftcom",
"license": "MIT",
"dependencies": {
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa2-cors": "^2.0.5",
"lodash": "^4.17.10",
"pubsub-js": "^1.5.5"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.14.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-polyfill": "^6.13.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.14.0",
"babel-runtime": "^6.0.0",
"chai": "^3.5.0",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"yf-fpm-client-nodejs": "^1.0.15"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fpm/yf-fpm-server.git
git@gitee.com:fpm/yf-fpm-server.git
fpm
yf-fpm-server
yf-fpm-server
master

搜索帮助