-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
44 lines (44 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "fkit",
"version": "3.4.1",
"description": "A functional programming toolkit for JavaScript.",
"homepage": "https://github.com/nullobject/fkit",
"author": "Josh Bassett <[email protected]> (https://joshbassett.info)",
"license": "MIT",
"keywords": [
"functional",
"programming",
"library"
],
"main": "dist/index.js",
"module": "dist/fkit.esm.js",
"unpkg": "dist/fkit.min.js",
"files": [
"dist",
"fkit.d.ts"
],
"types": "fkit.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/nullobject/fkit.git"
},
"bugs": {
"url": "https://github.com/nullobject/fkit/issues"
},
"standard": {
"env": "jest"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-jest": "^25.5.1",
"documentation": "12.3.0",
"glob": "^7.1.6",
"jest": "^25.5.3",
"rollup": "^2.7.6",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-filesize": "^8.0.0",
"rollup-plugin-uglify": "^6.0.4",
"standard": "^14.3.3"
}
}