-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
{
"name": "find-array-duplicates",
"version": "1.0.5",
"description": "A simple array utility to find duplicates in your object array 😍",
"main": "index.js",
"scripts": {
"build": "babel src -d ./build",
"test": "jest --coverage ./tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sebastian-naicker/find-array-duplicates.git"
},
"keywords": [
"js",
"javascript",
"array",
"find",
"array",
"duplicates",
"array duplicates",
"object duplicates",
"object",
"react",
"webpack",
"es6",
"es 2015"
],
"author": "Sebastian Naicker <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/cli": "^7.8.4",
"@babel/preset-env": "^7.9.5",
"babel-preset-minify": "^0.5.1",
"gzipper": "^3.7.0",
"jest": "^25.4.0"
},
"bugs": {
"url": "https://github.com/sebastian-naicker/find-array-duplicates/issues"
},
"homepage": "https://github.com/sebastian-naicker/find-array-duplicates#readme"
}