-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
37 lines (37 loc) · 827 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
{
"name": "browser-bunyan-all",
"version": "1.3.0",
"description": "Bunyan logging specifically for the browser",
"author": "Phil Mander <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/philmander/browser-bunyan.git"
},
"keywords": [
"log",
"logging",
"log4j",
"json",
"bunyan"
],
"scripts": {
"clean": "lerna clean",
"bootstrap": "lerna bootstrap",
"test": "lerna run test",
"release": "lerna publish"
},
"devDependencies": {
"eslint": "^8.7.0",
"lerna": "^4.0.0",
"microbundle": "^0.14.2",
"mkdirp": "^1.0.4",
"mock-xmlhttprequest": "^7.0.4",
"tap": "^15.1.6"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/philmander/browser-bunyan/blob/master/LICENSE"
}
]
}