-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 905 Bytes
/
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
{
"name": "metho-function",
"version": "1.0.0",
"description": "JavaScript Function prototype extensions using Metho",
"main": "metho-function.js",
"type": "module",
"module": "metho-function.js",
"sideEffects": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonrandy/metho-function.git"
},
"keywords": [
"js",
"javascript",
"methods",
"object",
"syntax",
"metho",
"function",
"prototype",
"currying",
"curry",
"partial",
"memoise",
"memoize",
"memoisation",
"memoization"
],
"author": "Jon Randy",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonrandy/metho-function/issues"
},
"homepage": "https://github.com/jonrandy/metho-function#readme",
"dependencies": {
"metho": "^1.0.0"
}
}