UNPKG

762 BJSONView Raw
1{
2 "name": "@andrwj/fp",
3 "version": "0.2.5",
4 "description": "my own utility for Functional Programming",
5 "main": "index.js",
6 "module": "FP.js",
7 "scripts": {
8 "build": "npx babel --presets @babel/env ./*.js -d ./build"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/andrwj/FPJS.git"
13 },
14 "keywords": [
15 "FP",
16 "Functional Programming"
17 ],
18 "author": "A.J <andrwj@gmail.com>",
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/andrwj/FPJS/issues"
22 },
23 "homepage": "https://github.com/andrwj/FPJS#readme",
24 "dependencies": {
25 "esm": "^3.2.25",
26 "ramda": "^0.26.1"
27 },
28 "devDependencies": {
29 "@babel/cli": "^7.4.4",
30 "@babel/core": "^7.4.5",
31 "@babel/preset-env": "^7.4.5"
32 }
33}