UNPKG

648 BJSONView Raw
1{
2 "name": "functional-pipeline",
3 "main": "fp.js",
4 "version": "0.4.1",
5 "homepage": "https://github.com/bahmutov/functional-pipeline",
6 "license": "MIT",
7 "ignore": [
8 "**/.*",
9 "node_modules",
10 "bower_components",
11 "test",
12 "tests",
13 "Gruntfile.js",
14 "package.json",
15 "index.html",
16 "karma.conf.js"
17 ],
18 "keywords": [
19 "pipeline",
20 "helpers",
21 "utility",
22 "functional",
23 "callbacks",
24 "node",
25 "browser"
26 ],
27 "authors": [
28 "Gleb Bahmutov <gleb.bahmutov@gmail.com>"
29 ],
30 "description": "Quickly chain method calls, property access and functions in natural left to right expression"
31}
\No newline at end of file