-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 988 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
30
31
32
33
34
35
36
37
38
{
"name": "log4javascript",
"description": "JavaScript logging framework based on the API of the Java logging framework log4j",
"version": "2.0.0",
"homepage": "http://log4javascript.org/",
"author": {
"name": "Tim Down"
},
"repository": {
"type": "git",
"url": "git://github.com/timdown/log4javascript2.git"
},
"bugs": {
"url": "https://github.com/timdown/log4javascript2/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/timdown/log4javascript2/blob/master/LICENSE-MIT"
},
{
"type": "Apache",
"url": "http://github.com/timdown/log4javascript2/blob/master/LICENSE-Apache"
}
],
"dependencies": {
"grunt": "~0.4.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"intern": "~1.2.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-jasmine": "~0.6.5"
}
}