-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 846 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 846 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
37
38
{
"name": "svelte-hammer",
"version": "0.1.7",
"description": "hammerjs for svelte",
"main": "dist/bundle.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beomy/svelte-hammer.git"
},
"keywords": [
"svelte",
"hammerjs"
],
"author": {
"name": "Hyo Bum Lee",
"email": "beomyhlee@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/beomy/svelte-hammer/issues"
},
"homepage": "https://github.com/beomy/svelte-hammer#readme",
"dependencies": {
"@types/hammerjs": "^2.0.36",
"hammerjs": "^2.0.8"
},
"devDependencies": {
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}