forked from geedew/cross-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 830 Bytes
/
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
{
"name": "cross-console",
"version": "0.2.8",
"description": "A robust console manager for the web. Manages when the console can be used, retains a history and also allows for triggering other functions in the case of console.error",
"contributors": [
"Drew Wilson <[email protected]> (http://geedew.com)"
],
"homepage": "https://github.com/geedew/cross-console/",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/geedew/cross-console/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/geedew/cross-console.git"
},
"main": "lib",
"bin": {
"cconsole": "bin/cconsole.min.js"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"mocha": "~1.12.0"
}
}