eventproxy
Version:
An implementation of task/event based asynchronous pattern.
52 lines (51 loc) • 1.08 kB
JSON
{
"name": "eventproxy",
"description": "An implementation of task/event based asynchronous pattern.",
"homepage": "https://github.com/JacksonTian/eventproxy",
"keywords": [
"event",
"task-base",
"event machine",
"nested callback terminator"
],
"author": "Jackson Tian <shyvo1987@gmail.com>",
"contributors": [
"Jackson Tian <shyvo1987@gmail.com>",
"fengmk2 <fengmk2@gmail.com>"
],
"dependencies": {
"debug": "^2.6.8"
},
"devDependencies": {
"autod": "*",
"browser": "0.2.6",
"chai": "3.2.0",
"contributors": "*",
"eventproxy": "0.3.4",
"growl": "1.8.1",
"istanbul": "*",
"jade": "1.11.0",
"mocha": "2.3.2",
"pedding": "1.0.0"
},
"scripts": {
"test": "make test-all"
},
"repository": {
"type": "git",
"url": "git://github.com/JacksonTian/eventproxy.git"
},
"version": "1.0.0",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"doc": "doc",
"test": "test"
},
"license": "MIT",
"files": [
"index.js",
"index.d.ts",
"lib"
]
}