forked from mattdesl/keytime-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.53 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
{
"name": "keytime-editor",
"version": "0.0.3",
"description": "a simple timeline editor for keytime",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com"
},
"dependencies": {
"brfs": "^1.2.0",
"clickdrag": "^1.0.0",
"dom-classes": "0.0.1",
"dom-events": "^0.1.1",
"dom-select": "0.0.0",
"dom-style": "0.0.3",
"dom-value": "0.0.0",
"domify": "^1.3.0",
"eases": "^1.0.2",
"events": "^1.0.2",
"hyperglue": "^1.3.1",
"indexof-property": "^1.0.0",
"inherits": "^2.0.1",
"insert-css": "^0.2.0",
"keycode": "^0.3.0",
"keyframes": "^2.2.1",
"keytime": "0.0.7",
"lerp": "^1.0.0",
"mouse-event-offset": "^1.0.1",
"number-editor": "^1.1.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"canvas-testbed": "^0.4.0",
"color-style": "^1.0.0",
"tape": "~2.13.2",
"xtend": "^4.0.0"
},
"scripts": {
"test": "node test.js"
},
"testling": {
"files": "test.js",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
},
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/keytime-editor.git"
},
"homepage": "https://github.com/mattdesl/keytime-editor",
"bugs": {
"url": "https://github.com/mattdesl/keytime-editor/issues"
},
"browserify": {
"transform": [
"brfs"
]
}
}