-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 820 Bytes
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
{
"name": "compareq",
"version": "1.2.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.js",
"dev": "yarn build -- --watch"
},
"files": [
"src/index.js"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/apostololeg/compareq.git"
},
"keywords": [
"fast",
"compare",
"object",
"array"
],
"author": "Oleg Apostol",
"license": "ISC",
"bugs": {
"url": "https://github.com/apostololeg/compareq/issues"
},
"homepage": "https://github.com/apostololeg/compareq#readme",
"dependencies": {
"rollup": "^2.29.0",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-optimize-js": "^0.0.4",
"rollup-plugin-uglify": "^6.0.4"
}
}