UNPKG

asyncplify

Version:

FRP (functional reactive programming) library for Javascript

43 lines (42 loc) 943 B
{ "name": "asyncplify", "version": "0.5.10", "description": "FRP (functional reactive programming) library for Javascript", "main": "dist/asyncplify.js", "scripts": { "test": "mocha" }, "author": "Dany Laporte", "keywords": [ "LINQ", "FRP", "Reactive", "Events", "async" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/danylaporte/asyncplify.git" }, "dependencies": { "debug": "^2.2.0" }, "devDependencies": { "asyncplify-tests": "^1.0.1", "bluebird": "^2.9.34", "gulp": "^3.9.0", "gulp-bench": "^1.1.0", "gulp-concat": "^2.6.0", "gulp-mocha": "^2.1.3", "gulp-sourcemaps": "^1.5.2", "gulp-spawn-mocha": "^2.2.1", "gulp-uglify": "^1.2.0", "gulp-wrap-js": "^0.4.1", "mocha": "^2.2.5", "rx": "^2.5.3", "should": "^7.0.2", "source-map-support": "^0.3.2", "transducers-js": "^0.4.174" } }