toothpaste/package.json

23 lines
593 B
JSON

{
"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
}