-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
executable file
·50 lines (50 loc) · 1.33 KB
/
package.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
{
"name": "consolelog",
"description": "Cross-Browser console.log() Wrapper",
"version": "2.1.3",
"main": "consolelog",
"author": "Craig Patik <[email protected]> (http://patik.com)",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.5.3",
"load-grunt-tasks": "^1.0.0"
},
"keywords": [
"Console logger",
"console.log",
"log",
"Console logging",
"JavaScript Debugging",
"Developer Tools",
"Browser Tools",
"Legacy Browsers",
"oldIE",
"IE 6",
"IE 7",
"IE 8"
],
"repository": {
"type": "git",
"url": "http://github.com/patik/console.log-wrapper.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/patik/console.log-wrapper/issues"
},
"homepage": "https://github.com/patik/console.log-wrapper",
"directories": {
"test": "test"
},
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.5.3",
"load-grunt-tasks": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}