-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
35 lines (35 loc) · 872 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
{
"name": "draggable-vue-directive",
"version": "2.1.0",
"description": "A simple directive to handle drag and drop of any Vue component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --sourceMap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IsraelZablianov/draggable-vue-directive"
},
"keywords": [
"drag-and-drop",
"moveable",
"typescript",
"library",
"drd",
"draggable",
"drag",
"draggable-vue-directive",
"vue"
],
"author": "Israel Zablianov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com//IsraelZablianov/draggable-vue-directive/issues"
},
"homepage": "https://github.com//IsraelZablianov/draggable-vue-directive#readme",
"dependencies": {},
"devDependencies": {
"vue": "^2.5.13"
}
}