-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 871 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
39
40
41
42
{
"name": "autologger",
"version": "1.0.0",
"description": "small automatic log utility",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uskov-anton/autologger.git"
},
"keywords": [
"auto",
"autolog",
"auto-log",
"automatic",
"console",
"debug",
"log",
"logging",
"logger"
],
"author": {
"name": "Uskov Anton",
"email": "[email protected]",
"url": "https://github.com/uskov-anton"
},
"bugs": {
"url": "https://github.com/uskov-anton/autologger/issues"
},
"homepage": "https://github.com/uskov-anton/autologger#readme",
"dependencies": {},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"jest": "^22.4.2"
},
"jest": {
"verbose": true
},
"license": "MIT"
}