24 lines
467 B
JSON
24 lines
467 B
JSON
|
{
|
||
|
"name": "quickielog",
|
||
|
"version": "0.1.0",
|
||
|
"description": "Simple and elegant logging library",
|
||
|
"main": "quickielog/index.js",
|
||
|
"scripts": {
|
||
|
"test": "node test.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://sneedgit.nodemixaholic.com/Sneed-Group/QuickieLog.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"quickie",
|
||
|
"log",
|
||
|
"library",
|
||
|
"logging",
|
||
|
"simple",
|
||
|
"node"
|
||
|
],
|
||
|
"author": "peridoqia",
|
||
|
"license": "SEE LICENSE IN LICENSE"
|
||
|
}
|