-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.31 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
{
"name": "dribbble-effects",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"css-loader": "^0.23.0",
"file-loader": "^0.8.5",
"growl": "^1.8.1",
"gulp": "^3.9.0",
"gulp-live-serve": "^1.0.1",
"gulp-livereload": "^3.8.1",
"gulp-util": "^3.0.7",
"html-loader": "^0.4.0",
"json-loader": "^0.5.4",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.9"
},
"dependencies": {
"autoscale-canvas": "0.0.3",
"component-emitter": "^1.2.0",
"component-event": "^0.1.4",
"component-events": "^1.0.9",
"component-raf": "^1.2.0",
"component-tap-event": "^1.1.0",
"component-tween": "^1.2.0",
"component-uid": "0.0.2",
"domify": "^1.4.0",
"es6-promise-polyfill": "^1.1.1",
"iscroll-component": "^1.2.0",
"prop-detect": "^1.0.0",
"scrollfix": "0.0.2",
"swipe-it": "^0.1.18"
},
"browser": {
"raf": "component-raf",
"events": "component-events",
"tween": "component-tween",
"emitter": "component-emitter",
"tap-event": "component-tap-event",
"uid": "component-uid",
"iscroll": "iscroll-component",
"event": "component-event"
}
}