-
Notifications
You must be signed in to change notification settings - Fork 144
/
Copy pathpackage.json
57 lines (57 loc) · 1.43 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
{
"name": "awe-dnd",
"version": "0.3.4",
"description": "makes your elements draggable in Vue",
"main": "vue-dragging.es5.js",
"scripts": {
"start": "node build",
"karma-run": "karma run",
"karma-start": "karma start test/unit/karma.conf.js",
"karma-single": "karma start test/unit/karma.conf.js --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/hilongjw/vue-draging.git"
},
"keywords": [
"vue-dragging",
"vue-drag",
"vue-dnd",
"vue",
"draggable",
"drag",
"drop",
"html5",
"draggable",
"droppable",
"drag-and-drop",
"dnd"
],
"author": "Awe <hilongjw@gmail.com>",
"bugs": {
"url": "https://github.com/hilongjw/vue-draging/issues"
},
"homePage": "https://github.com/hilongjw/vue-dragging#readme",
"license": "MIT",
"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",
"karma": "^1.6.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-rollup-plugin": "^0.2.4",
"karma-sinon-chai": "^1.3.1",
"karma-spec-reporter": "^0.0.31",
"mocha": "^3.3.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-replace": "^1.1.1",
"rollup-watch": "^3.2.2",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"vue": "^2.2.6"
}
}