-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.09 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
48
49
50
{
"name": "logeek",
"version": "2.0.7",
"description": "A better way to Javascript logging",
"main": "dist/logeek.js",
"dependencies": {
},
"devDependencies": {
"gulp-babel": "^5.3.0",
"chai": "^3.4.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.5",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"gulp-watch": "^4.3.5",
"matcha": "^0.7.0",
"mocha": "^2.3.3",
"sinon": "^1.17.2",
"testem": "^0.9.8"
},
"scripts": {
"test": "testem ci --launch node",
"localTest": "testem",
"benchmark": "matcha benchmarks/benchmark.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ImanMh/logeek"
},
"keywords": [
"javascript",
"logging",
"logger",
"log",
"nodejs"
],
"author": {
"name": "Iman Mohamadi",
"email": "[email protected]",
"url": "http://jsDecorator.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ImanMh/logeek"
},
"homepage": "https://github.com/ImanMh/logeek"
}