-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.56 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": "sweet-sortable",
"version": "0.4.4",
"description": "Make your element sortable with sweet animation of high performance.",
"main": "lib/index.js",
"scripts": {
"test": "make test-coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chemzqm/sweet-sortable.git"
},
"keywords": [
"sortable",
"animation"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/chemzqm/sweet-sortable/issues"
},
"homepage": "https://github.com/chemzqm/sweet-sortable#readme",
"dependencies": {
"component-classes": "^1.2.6",
"component-closest": "^1.0.1",
"component-emitter": "^1.3.0",
"component-event": "^0.2.0",
"component-events": "^1.0.10",
"component-indexof": "0.0.3",
"component-raf": "^1.2.0",
"computed-style": "^0.3.0",
"has-translate3d": "0.0.3",
"per-frame": "^3.0.1",
"touchaction-property": "0.0.1",
"transform-property": "0.0.1",
"transition-property": "^1.0.1",
"transitionend-property": "0.0.2",
"uid": "0.0.2"
},
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^1.3.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-webpack": "^5.0.0",
"karma-wrap-preprocessor": "^0.1.0",
"mocha": "^3.2.0",
"mocha-loader": "^1.0.0",
"touch-simulate": "^0.1.1",
"webpack": "^5.74.0",
"webpack-dev-server": "^1.16.2"
}
}