UNPKG

continuable-hash

Version:

Turn a hash of continuables into a continuable containing a hash of values

53 lines (52 loc) 1.41 kB
{ "name": "continuable-hash", "version": "0.1.4", "description": "Turn a hash of continuables into a continuable containing a hash of values", "keywords": [], "author": "Raynos <raynos2@gmail.com>", "repository": "git://github.com/Colingo/continuable-hash.git", "main": "index", "homepage": "https://github.com/Colingo/continuable-hash", "contributors": [ { "name": "Raynos" } ], "bugs": { "url": "https://github.com/Colingo/continuable-hash/issues", "email": "raynos2@gmail.com" }, "dependencies": { "continuable": "~1.1.6" }, "devDependencies": { "tape": "~0.2.2" }, "licenses": [ { "type": "MIT", "url": "http://github.com/Colingo/continuable-hash/raw/master/LICENSE" } ], "scripts": { "test": "node ./test/index.js", "build-test": "browserify-server --bundle=test/index.js -o test/static/bundle.js --debug", "tryme": "tryme ./examples --live", "example": "browservefy ./examples/simple.js --browserify='browserify-server' --live --indexed=./examples -- --debug --bundle" }, "testling": { "files": "test/index.js", "browsers": [ "ie/8..latest", "firefox/16..latest", "firefox/nightly", "chrome/22..latest", "chrome/canary", "opera/12..latest", "opera/next", "safari/5.1..latest", "ipad/6.0..latest", "iphone/6.0..latest" ] } }