forked from virtyaluk/react-fashion-watch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 788 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
{
"name": "react-fashion-watch",
"description": "A carefully crafted Fashion Watch component for React.",
"version": "0.1.0",
"main": [
"dist/react-fashion-watch.min.js",
"dist/react-fashion-watch.min.css"
],
"authors": [
"virtyaluk <[email protected]> (http://modern-dev.com/)"
],
"license": "MIT",
"keywords": [
"react",
"react-component",
"watch",
"fashion",
"watch",
"ui"
],
"homepage": "https://github.com/virtyaluk/react-fashion-watch",
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
".idea/",
".codeclimate.yml",
".eslintrc",
".npmignore",
".travis.yml",
"media/",
"example/"
]
}