Created package.json
This commit is contained in:
parent
ae451a5177
commit
e0c6a9d79e
23
package.json
Normal file
23
package.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"name": "NodePaste",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "NodeJS Paste tool running on paste.tooth.yt"
|
||||||
|
"author": "Fred <fred@fritten.net>",
|
||||||
|
"contributers": [{
|
||||||
|
"name": "Justin",
|
||||||
|
"email": "witch@toothwit.ch"
|
||||||
|
}],
|
||||||
|
"main": "app.js",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.cuco.lol/fritten.net/NodePaste.git"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"express": "*",
|
||||||
|
"body-parser": "*",
|
||||||
|
"mysql": "*",
|
||||||
|
"querystring": "*",
|
||||||
|
"random-hash-generator": "*"
|
||||||
|
},
|
||||||
|
"private": true
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user