1 Star 1 Fork 1

Hprose/future-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 893 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hprose 提交于 2016-12-02 13:08 +08:00 . Fixed package.json
{
"name": "future-js",
"version": "1.0.2",
"description": "This is a Promises/A+ implementation with coroutine support.",
"homepage": "https://github.com/andot/future-js",
"keywords": [
"async",
"await",
"future",
"promise",
"co",
"yield",
"coroutine",
"promises-aplus"
],
"author": {
"name": "Ma Bingyao",
"email": "andot@hprose.com",
"web": "http://hprose.com/"
},
"directories": {
"lib": "lib/"
},
"main": "dist/future.js",
"devDependencies": {
"promises-aplus-tests": "*"
},
"scripts": {
"aplus-tests": "promises-aplus-tests dist/future.js"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/andot/future-js.git"
},
"bugs": {
"url": "https://github.com/andot/future-js/issues",
"email": "andot@hprose.com"
},
"license" : "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hprose/future-js.git
git@gitee.com:hprose/future-js.git
hprose
future-js
future-js
master

搜索帮助