-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
72 lines (72 loc) · 1.33 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "defunctr",
"description": "JavaScript library for web browser detection by feature detection.",
"main": "dist/defunctr.js",
"version": "1.3.0",
"main": [
"release/defunctr.min.js"
],
"authors": [
{
"name": "Victoria French",
"homepage": "https://twitter.com/victoriafrench"
},
{
"name": "Cinecove Digital",
"homepage": "https://twitter.com/cinecove"
}
],
"license": "MIT",
"keywords": [
"defunctr",
"javascript",
"browser",
"library",
"detection",
"html5",
"shiv",
"modernizr"
],
"homepage": "https://github.com/cinecove/defunctr",
"repository": {
"type": "git",
"url": "git://github.com/cinecove/defunctr.git"
},
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"docs",
"lib",
"dist/index.js"
"node_modules",
"bower_components",
"browserdiffs",
"test",
"release",
"src",
".babelrc",
".bithoundrc",
".editorconfig",
".eslintignore",
".eslintrc",
".eslintrc.json.old",
".gitattributes",
".gitignore",
".npmignore",
"Gruntfile.js.old",
"gulpfile.js",
"info.ini",
"rollup.config.js",
"update.json",
"package.json",
"README.md",
"humans.txt",
"CONTRIBUTING.md",
"nuget"
],
"dependencies": {}
}