-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.34 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
{
"name": "kihon",
"version": "0.1.0",
"description": "A Bundle of Lite components which provides straightforward Interactive UI",
"keywords": [
"kihon",
"component",
"ui",
"emitter",
"fullsize",
"background",
"video",
"scroll",
"imageLoader",
"modal",
"navi",
"overlay",
"youtube",
"util",
"javascript",
"js",
"es2015",
"dragmove"
],
"homepage": "https://www.npmjs.com/package/kihon",
"bugs": {
"url": "https://github.com/dragmove/kihon/issues",
"email": "[email protected]"
},
"main": "kihon.js",
"scripts": {},
"author": {
"name": "Hyun-Seok.Kim",
"email": "[email protected]",
"url": "http://dragmove.xyz"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dragmove/kihon"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"eslint-loader": "^1.9.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.1",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.0"
},
"dependencies": {
"dragdealer": "^0.10.0",
"jquery": "^3.0.0"
},
"peerDependencies": {
"dragdealer": ">= 0.10.0",
"jquery": ">= 3.0.0"
}
}