-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "draggy",
"version": "1.6.6",
"description": "Make element draggable and stuff, you know",
"main": "index.js",
"scripts": {
"watch": "watchify -r ./index.js:draggy -r mucss -d -o test/bundle.js",
"build": "browserify -r ./index:draggy -r mucss -o test/bundle.js",
"test": "budo --css test/index.css test/index.js",
"test:browser": "budo --css test/index.css test/index.js"
},
"files": [
"./index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/dfcreative/draggy"
},
"keywords": [
"draggable",
"drag-n-drop",
"interact"
],
"author": "Deema Ywanov",
"license": "MIT",
"bugs": {
"url": "https://github.com/dfcreative/draggy/issues"
},
"homepage": "https://github.com/dfcreative/draggy",
"dependencies": {
"define-state": "^1.0.0",
"emmy": ">=5.0.0",
"get-client-xy": "^1.0.1",
"get-uid": "^1.0.1",
"inherits": "^2.0.1",
"intersects": "^1.0.0",
"mucss": "^1.0",
"mumath": "^2.0.0",
"mutype": "^0.3.9",
"xtend": "^4.0.0"
},
"devDependencies": {
"mocha": "*",
"tst": "^1.3.1"
}
}