16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"name": "klh-util",
|
|
"version": "0.1.0",
|
|
"description": "a collection of functions i find useful",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.kimapr.net/kimapr/klh-util.js"
|
|
},
|
|
"author": "kimapr",
|
|
"license": "MIT"
|
|
}
|