-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.35 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "adam",
"description": "Functions to create, process and test objects, maps, arrays, sets",
"version": "1.3.0",
"homepage": "https://github.com/gamtiq/adam",
"author": {
"name": "Denis Sikuler"
},
"repository": {
"type": "git",
"url": "git://github.com/gamtiq/adam.git"
},
"bugs": {
"url": "https://github.com/gamtiq/adam/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gamtiq/adam/blob/master/LICENSE-MIT"
}
],
"main": "src/adam.js",
"engines": {
"node": ">= 10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"docdash": "^1.2.0",
"grunt": "1.1.0",
"grunt-bump": "0.8.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-jsdoc": "2.4.1",
"grunt-mocha-cli": "6.0.0",
"grunt-umd": "3.0.0",
"jsdoc-file": "^1.0.1",
"matchdep": "2.0.0"
},
"keywords": [
"object",
"array",
"process",
"create",
"check",
"field",
"key",
"property",
"symbol",
"value",
"type",
"kind",
"size",
"split",
"divide",
"filter",
"select",
"find",
"copy",
"change",
"map",
"set",
"remove",
"reverse",
"empty",
"transform",
"test",
"util",
"utility",
"library"
]
}