forked from SortableJS/Vue.Draggable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.57 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "vuedraggable",
"version": "2.10.0",
"description": "draggable component for vue",
"main": "dist/vuedraggable.js",
"files": [
"dist/vuedraggable.js"
],
"keywords": [
"vue",
"vuejs",
"drag and drop",
"Sortable.js",
"web-components"
],
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"sortablejs": "^1.5.1"
},
"devDependencies": {
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.16.0",
"bower": "^1.7.9",
"connect": "^3.4.1",
"connect-livereload": "^0.5.4",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.3.0",
"gulp-jasmine": "^2.4.0",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.4",
"gulp-main-bower-files": "^1.5.2",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^3.1.0",
"jasmine-istanbul-phantom": "^1.1.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"opn": "^4.0.2",
"serve-index": "^1.8.0",
"serve-static": "^1.11.1"
},
"scripts": {
"test": "gulp test"
},
"author": "David Desmaisons",
"bugs": {
"url": "https://github.com/David-Desmaisons/Vue.Draggable/issues"
},
"license": "MIT",
"homepage": "https://github.com/David-Desmaisons/Vue.Draggable#readme",
"repository": {
"type": "git",
"url": "https://github.com/David-Desmaisons/Vue.Draggable.git"
}
}