forked from naver/egjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
56 lines (56 loc) · 979 Bytes
/
bower.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
{
"name": "egjs",
"version": "1.5.0-snapshot",
"description": "Set of UI interactions, effects and utilities components library.",
"authors": [
"NAVER corp"
],
"license": "MIT",
"keywords": [
"egjs",
"flicking",
"infiniteGrid",
"visible",
"scrollend",
"rotate",
"class",
"component",
"persist",
"plugin",
"javascript",
"jQuery"
],
"ignore": [
"**/.*",
".*",
"Gruntfile.js",
"*.json",
"*.md",
"*.txt",
"assets",
"bower_components",
"node_modules",
"report",
"src",
"test",
"tc",
"config"
],
"dependencies": {
"hammer.js": "~2.0.4",
"jquery": "~1.7.0",
"qunit": "~1.17.1"
},
"devDependencies": {
"bootflat": "*",
"handlebars": "^4.0.5",
"iscroll": "~5.1.3",
"respond": "^1.4.2"
},
"main": "dist/eg.js",
"repository": {
"url": "https://github.com/naver/egjs",
"type": "git"
},
"author": "NAVER corp"
}