UNPKG

te-flow

Version:

A function pipeline of sorts to control flow.

47 lines (46 loc) 1.16 kB
{ "name": "te-flow", "version": "0.4.0", "description": "A function pipeline of sorts to control flow.", "license": "MIT", "author": "te schultz", "main": "dist/te-flow.js", "keywords": [ "control", "flow", "function", "pipeline", "te", "wrapper" ], "repository": { "type": "git", "url": "https://github.com/artisin/teFlow" }, "scripts": { "build": "npm run clean && webpack --color --progress", "clean": "rm -rf dist/*", "dev": "npm run clean && NODE_ENV=dev webpack -w", "link": "yarn link && yarn link te-flow", "prepublish": "npm run test && npm run build", "test": "npm run build && mocha --recursive __tests__/" }, "dependencies": { "defclass": "0.2.0", "lodash.defaults": "4.2.0", "lodash.isfunction": "3.0.8", "lodash.isobject": "3.0.2", "lodash.memoize": "4.1.2" }, "devDependencies": { "babel-cli": "6.24.0", "babel-core": "6.24.0", "babel-loader": "6.4.1", "babel-preset-es2015": "6.24.0", "expect.js": "0.3.1", "lodash": "4.17.4", "mocha": "3.2.0", "webpack": "2.2.1", "webpack-node-externals": "1.5.4" } }