60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"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 <sean.monstar@gmail.com> (http://seanmonstar.com)",
|
|
"licenses": [
|
|
{
|
|
"type": "MPL 2.0",
|
|
"url": "https://mozilla.org/MPL/2.0/"
|
|
}
|
|
],
|
|
"files": [
|
|
"LICENSE",
|
|
"lib"
|
|
]
|
|
}
|