UNPKG

fluid-func

Version:

A way to write your code with functional programming in mind.

54 lines (53 loc) 1.65 kB
{ "name": "fluid-func", "version": "0.6.1", "description": "A way to write your code with functional programming in mind.", "main": "dist/index.js", "scripts": { "babel-node": "node_modules/.bin/babel-node", "babel": "node_modules/.bin/babel", "dev": "nodemon --exec babel-node src/index.js", "prestart": "babel src --out-dir dist", "start": "node dist/index.js", "compile": "babel src --out-dir dist", "coveralls": "cat ./coverage/lcov.info | coveralls", "test": "npm run compile && mocha --compilers js:babel-core/register" }, "repository": { "type": "git", "url": "git+https://github.com/rickzx98/fluid-func.git" }, "keywords": [ "fluid-func", "chain", "chaining", "asynchronous", "organize", "functional", "jerico", "great", "design", "and", "systems" ], "author": "Jerico de Guzman", "license": "MIT", "bugs": { "url": "https://github.com/rickzx98/fluid-func/issues" }, "homepage": "https://github.com/rickzx98/fluid-func#readme", "devDependencies": { "babel-cli": "^6.24.1", "babel-plugin-transform-decorators": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-3": "^6.24.1", "chai": "^3.5.0", "coveralls": "^3.0.2", "expect": "^1.20.2", "isparta": "^4.0.0", "mocha": "^5.2.0", "sinon": "^2.2.0" } }