-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 985 Bytes
/
bower.json
File metadata and controls
44 lines (44 loc) · 985 Bytes
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
{
"name": "melon-colorpicker",
"description": "Melon Color Picker",
"main": [
"lib/index.js",
"lib/index.styl"
],
"authors": [
"jingyuanZhang <zhangjingyuan1108@outlook.com>",
"leon <ludafa@outlook.com>"
],
"license": "MIT",
"keywords": [
"react",
"melon",
"color",
"picker",
"color-picker"
],
"moduleTypes": "umd",
"homepage": "https://github.com/react-melon/melon-colorpicker",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"**/*.log",
".DS_Store",
"test",
"tests",
"src",
"example",
"tools"
],
"dependencies": {
"dom-align": "^1.5.3",
"lodash": "^4.17.4",
"melon": ">0.4",
"melon-core": "^0.4.1",
"melon-layer": "^1.0.2",
"melon-listview": "^1.0.1",
"react-motion": "^0.4.7"
},
"version": "1.0.1"
}