-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 835 Bytes
/
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
{
"name": "svelte-match-media",
"version": "1.2.1",
"description": "a match-media plugin for svelte",
"module": "dist/index.esm.js",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"version": "rollup -c",
"postversion": "npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pearofducks/svelte-match-media.git"
},
"keywords": [
"svelte",
"match-media"
],
"author": "Dave Honneffer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pearofducks/svelte-match-media/issues"
},
"homepage": "https://github.com/pearofducks/svelte-match-media#readme",
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^18.0.0",
"rollup": "^2.44.0"
}
}