-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathbower.json
36 lines (36 loc) · 818 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
{
"name": "console-log",
"version": "2.1.3",
"homepage": "http://patik.github.io/console.log-wrapper/",
"authors": [
"Craig Patik <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/patik/console.log-wrapper.git"
},
"description": "Cross-browser console logging",
"main": "consolelog.js",
"keywords": [
"Console logger",
"console.log",
"log",
"Console logging",
"JavaScript Debugging",
"Developer Tools",
"Browser Tools",
"Legacy Browsers",
"oldIE",
"IE 6",
"IE 7",
"IE 8"
],
"license": "ISC",
"ignore": [
"**/.*",
"node_modules",
"bower.json",
"bower_components",
"test"
]
}