-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "module-match-height",
"version": "1.0.1",
"license": "MIT",
"author": "Simone Miterangelis <[email protected]>",
"description": "a module responsive equal heights",
"main": "dist/module-match-height.js",
"types": "dist/module-match-height.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/mitera/module-match-height.git"
},
"keywords": [
"matchHeight",
"equal",
"match",
"height",
"equalize",
"columns"
],
"bugs": {
"url": "https://github.com/mitera/module-match-height/issues"
},
"homepage": "https://github.com/mitera/module-match-height#readme",
"directories": {
"test": "test"
},
"scripts": {
"dev": "rollup --config --watch",
"build": "rollup --config && terser dist/module-match-height.js -o dist/module-match-height.min.js --comments '/^!/'"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
"rollup": "^4.1.4",
"terser": "^5.22.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}
}