fn6.js
Version:
Functional programming with ES6
30 lines (29 loc) • 663 B
JSON
{
"name": "fn6.js",
"version": "3.0.0-rc.4",
"description": "Functional programming with ES6",
"main": "build/fn6.js",
"scripts": {
"build": "./build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefanwimmer128/fn6.js.git"
},
"keywords": [
"fn6.js",
"fn.js",
"function",
"functional",
"programming"
],
"author": "Stefan Wimmer <stefanwimmer128@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/stefanwimmer128/fn6.js/issues"
},
"homepage": "https://github.com/stefanwimmer128/fn6.js#readme",
"devDependencies": {
"jsdoc-to-markdown": "^1.3.6"
}
}