-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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
{
"license": "MIT",
"main": "vue-dragging.es5.js",
"name": "vue-dnd-touch",
"version": "0.0.4",
"description": "makes your elements draggable in Vue",
"scripts": {
"karma-run": "karma run",
"karma-single": "karma start test/unit/karma.conf.js --single-run",
"karma-start": "karma start test/unit/karma.conf.js",
"dev": "cross-env NODE_ENV=development rollup -c --watch",
"build": "cross-env NODE_ENV=production rollup -c"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"chai": "^3.5.0",
"cross-env": "^5.1.6",
"karma": "^3.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-rollup-plugin": "^0.2.4",
"karma-sinon-chai": "^2.0.2",
"karma-spec-reporter": "0.0.32",
"mocha": "^5.2.0",
"rollup": "^0.58.2",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^3.0.0",
"rollup-watch": "^4.3.1",
"sinon": "^7.1.1",
"sinon-chai": "^3.3.0"
},
"keywords": [
"vue-dragging",
"vue-drag",
"vue-dnd",
"vue",
"draggable",
"drag",
"drop",
"html5",
"draggable",
"droppable",
"drag-and-drop",
"dnd"
],
"author": {
"name": "kamo9527",
"email": "[email protected]"
},
"bundleDependencies": false,
"deprecated": false
}