-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
{
"name": "semlog",
"version": "0.6.11",
"description": "A semantic logger module, that colors and formats automatically depending on the content",
"homepage": "https://github.com/Fannon/semlog",
"author": {
"name": "Simon Heimler",
"email": "[email protected]",
"url": "http://www.fannon.de"
},
"repository": "Fannon/semlog",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"main": "index.js",
"keywords": [
"semlog",
"log",
"logging",
"semantic",
"colors"
],
"dependencies": {
"chalk": "^3.0.0",
"prettyjson": "^1.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"codeclimate-test-reporter": "0.3.3",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-documentation": "^1.2.0",
"grunt-eslint": "^22.0.0",
"grunt-jscs": "^3.0.1",
"grunt-mocha-cli": "^5.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-release": "^0.14.0",
"istanbul": "^0.4.5",
"load-grunt-tasks": "^5.0.0",
"mocha": "^5.0.0",
"time-grunt": "^1.4.0"
},
"scripts": {
"test": "grunt"
}
}