-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbower.json
38 lines (38 loc) · 838 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
{
"name": "flounder",
"version": "1.3.13",
"authors": [
"Mouse Braun <[email protected]>",
],
"description": "a native friendly dropdown menu",
"main": "./dist/flounder.min.js",
"keywords": [
"select2",
"dropdown",
"plugin",
"react",
"component",
"ui",
"frontend",
"select",
"box",
"flounder",
"sociomantic"
],
"homepage":"https://github.com/sociomantic-tsunami/flounder",
"repository": {
"type": "git",
"url": "https://github.com/sociomantic-tsunami/flounder.git"
},
"license": "MIT",
"moduleType":"node",
"ignore": [
"demo/",
"node_modules",
"bower_components",
"package.json",
"scripts/",
"tests/",
".*"
]
}