forked from taye/interact.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.06 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "interact.js",
"version": "1.2.6",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git"
},
"main": "dist/interact.js",
"scripts": {
"gulp": "./node_modules/.bin/gulp",
"build": "./node_modules/.bin/gulp build"
},
"description": "Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE8+)",
"homepage": "http://interactjs.io",
"authors": [
{
"name": "Taye Adeyemi",
"email": "[email protected]",
"url": "http://taye.me"
}
],
"keywords": [
"interact.js",
"draggable",
"droppable",
"drag",
"drop",
"drag and drop",
"resize",
"touch",
"multi-touch",
"gesture",
"snap",
"inertia",
"grid",
"autoscroll",
"SVG"
],
"license": "MIT",
"spm": {
"main": "dist/interact.js",
"ignore": [
"test",
"demo",
"img",
"docs"
]
},
"devDependencies": {
"babel-eslint": "^4.1.1",
"babelify": "^6.3.0",
"browser-sync": "^2.9.1",
"browserify": "^11.0.1",
"chai": "^3.2.0",
"combine-source-map": "^0.7.1",
"dr.js": "taye/dr.js",
"eslint": "^1.3.1",
"exorcist": "^0.4.0",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-eslint": "^1.0.0",
"gulp-filesize": "0.0.6",
"gulp-jshint": "^1.11.2",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.9",
"karma-browserify": "^4.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-nyan-reporter": "^0.2.2",
"lodash": "^3.10.1",
"merge-stream": "^1.0.0",
"mkdirp": "^0.5.1",
"mocha": "^2.3.0",
"pretty-hrtime": "^1.0.0",
"require-dir": "^0.3.0",
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
}
}