-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
59 lines (59 loc) · 1.21 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
51
52
53
54
55
56
57
58
59
{
"name": "intel",
"version": "1.2.0",
"license": "MPL-2.0",
"dependencies": {
"chalk": "^1.1.0",
"dbug": "~0.4.2",
"stack-trace": "~0.0.9",
"strftime": "~0.10.0",
"symbol": "~0.3.1",
"utcstring": "~0.1.0"
},
"devDependencies": {
"bluebird": "^3.5",
"debug": "~2.2.0",
"insist": "^1.0",
"jshint": "2.x",
"matcha": "0.x",
"mocha": "3.x",
"nyc": "^11.0.1",
"walk": "2.x",
"winston": "^2.0"
},
"readmeFilename": "README.md",
"description": "I need more intel.",
"main": "./lib/index.js",
"scripts": {
"test": "nyc mocha --ui exports -R dot",
"bench": "matcha -I exports"
},
"bugs": "https://github.com/seanmonstar/intel/issues",
"homepage": "http://seanmonstar.github.io/intel",
"repository": {
"type": "git",
"url": "https://github.com/seanmonstar/intel.git"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"log",
"debug",
"dbug",
"logging",
"logger",
"console"
],
"author": "Sean McArthur <[email protected]> (http://seanmonstar.com)",
"licenses": [
{
"type": "MPL 2.0",
"url": "https://mozilla.org/MPL/2.0/"
}
],
"files": [
"LICENSE",
"lib"
]
}