Add package.json
This commit is contained in:
parent
b793a7a97d
commit
ee055f3096
1 changed files with 23 additions and 0 deletions
23
package.json
Normal file
23
package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Loading…
Reference in a new issue