22 lines
423 B
JSON
22 lines
423 B
JSON
{
|
|
"name": "better-console",
|
|
"version": "1.0.1",
|
|
"description": "A better console for Node.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mohsen1/better-console"
|
|
},
|
|
"keywords": [
|
|
"console"
|
|
],
|
|
"author": "Mohsen Azimi",
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"cli-table": "~0.3.1"
|
|
}
|
|
}
|