-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "details-element-polyfill",
"version": "2.4.0",
"description": "HTML <details> element polyfill",
"main": "dist/details-element-polyfill.js",
"files": [
"dist"
],
"scripts": {
"test": "rollup --config rollup.config.test.js && karma start",
"build": "rollup --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javan/details-element-polyfill.git"
},
"keywords": [
"html",
"details",
"polyfill"
],
"author": "Javan Makhmali",
"license": "MIT",
"bugs": {
"url": "https://github.com/javan/details-element-polyfill/issues"
},
"homepage": "https://github.com/javan/details-element-polyfill#readme",
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"@rollup/plugin-babel": "5.2.1",
"karma": "5.2.3",
"karma-chrome-launcher": "3.1.0",
"karma-qunit": "4.1.1",
"karma-sauce-launcher": "4.1.4",
"qunit": "2.11.3",
"rollup": "2.29.0",
"rollup-plugin-terser": "^7.0.2"
}
}