Created package.json

This commit is contained in:
Fred 2017-04-27 17:52:43 +02:00
parent ae451a5177
commit e0c6a9d79e

23
package.json Normal file
View 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
}