wallet-core/node_modules/fancy-log/package.json

41 lines
820 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "fancy-log",
"version": "1.2.0",
"description": "Log things, prefixed with a timestamp",
"author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com)",
"contributors": [],
"repository": "phated/fancy-log",
"license": "MIT",
"engines": {
"node": ">= 0.10"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"main": "index.js",
"files": [
"LICENSE",
"index.js"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "lab -cvL test.js"
2016-10-10 03:43:44 +02:00
},
"dependencies": {
"chalk": "^1.1.1",
"time-stamp": "^1.0.0"
},
"devDependencies": {
"@phated/eslint-config-iceddev": "^0.2.1",
"code": "^1.5.0",
"eslint": "^1.3.1",
"eslint-plugin-mocha": "^0.5.1",
"eslint-plugin-react": "^3.3.1",
"lab": "^5.16.0"
},
"keywords": [
"console.log",
"log",
"logger",
"logging",
"pretty",
"timestamp"
2016-11-03 01:33:53 +01:00
]
2016-10-10 03:43:44 +02:00
}