UNPKG

letgo

Version:

Construct a catcher flow procedure.

76 lines (75 loc) 1.92 kB
{ "name": "letgo", "version": "0.52.0", "description": "Construct a catcher flow procedure.", "main": "letgo.js", "support": "letgo.support.js", "deploy": "letgo.deploy.js", "browser": "letgo.deploy.js", "scripts": { "build": "gulp && webpack --progress --display-modules", "test": "mocha letgo-test.js" }, "repository": { "type": "git", "url": "git+https://github.com/volkovasystems/letgo.git" }, "keywords": [ "catcher", "cache", "asynchronous", "callback", "letgo" ], "author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>", "contributors": [ "John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>", "Vinse Vinalon <vinsevinalon@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/volkovasystems/letgo/issues" }, "homepage": "https://github.com/volkovasystems/letgo#readme", "dependencies": { "arid": "^0.26.0", "asea": "^0.14.0", "babel-runtime": "^6.23.0", "backd": "^0.4.0", "burne": "^0.4.0", "called": "^0.31.0", "diatom": "^0.32.0", "edo": "^0.12.0", "execd": "^0.4.0", "falzy": "^0.20.0", "filled": "^0.22.0", "heredito": "^0.37.0", "idntty": "^0.3.0", "kein": "^0.26.0", "mrkd": "^0.8.0", "protype": "^0.22.0", "raze": "^0.30.0", "shft": "^0.2.0", "statis": "^0.16.0", "stringe": "^0.4.0", "symbiote": "^0.23.0", "truly": "^0.19.0", "zelf": "^0.12.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-latest": "^6.24.1", "del": "^3.0.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-debug": "^3.1.0", "gulp-plumber": "^1.1.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.6.1", "gulp-sourcemaps": "^2.6.0", "source-map-loader": "^0.2.1", "webpack": "^3.0.0" } }