-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 837 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 837 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
{
"name": "melon",
"version": "1.0.0-alpha.17",
"homepage": "http://react-melon.github.io/melon-form",
"authors": [
"ludafa@outlook.com"
],
"description": "react ui components",
"main": "lib/index.js",
"moduleType": [
"umd"
],
"keywords": [
"react",
"ui"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"dep",
"test",
"tests",
"src",
"doc",
"asset",
"_book",
".Archive",
"books",
"example",
"tools"
],
"dependencies": {
"lodash": "^4.17.2",
"react": "^0.14.8||^15.4.0",
"react-addons-update": "^15.4.1",
"redux-thunk": "^2.1.0",
"shallow-equal": "^1.0.0"
}
}