-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 923 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
32
33
34
35
36
37
38
39
40
41
{
"name": "@zipavlin/vue-mrr-tool",
"version": "1.0.3",
"description": "Move-resize-rotate component for Vue framework",
"main": "./dist/MrrTool.common.js",
"scripts": {
"build": "vue-cli-service build --target lib --name MrrTool ./src/MrrTool.vue",
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zipavlin/vue-mrr-tool.git"
},
"files": [
"dist/*",
"src/*"
],
"keywords": [
"js",
"vue",
"component",
"move",
"resize",
"rotate",
"tool"
],
"author": "Žiga Pavlin",
"license": "ISC",
"bugs": {
"url": "https://github.com/zipavlin/vue-mrr-tool/issues"
},
"homepage": "https://github.com/zipavlin/vue-mrr-tool#readme",
"devDependencies": {
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"webpack": "^4.16.0"
},
"dependencies": {
"hammerjs": "^2.0.8"
}
}