2011-11-18 20:44:28 +00:00
|
|
|
{
|
2012-09-19 18:28:52 +00:00
|
|
|
"name": "haste",
|
2012-09-27 15:51:15 +00:00
|
|
|
"version": "0.1.0",
|
2012-09-19 18:28:52 +00:00
|
|
|
"private": true,
|
|
|
|
"description": "Private Pastebin Server",
|
|
|
|
"keywords": [
|
|
|
|
"paste",
|
|
|
|
"pastebin"
|
|
|
|
],
|
|
|
|
"author": {
|
|
|
|
"name": "John Crepezzi",
|
|
|
|
"email": "john.crepezzi@gmail.com",
|
|
|
|
"url": "http://seejohncode.com/"
|
|
|
|
},
|
|
|
|
"main": "haste",
|
|
|
|
"dependencies": {
|
2018-08-27 22:01:37 +00:00
|
|
|
"@google-cloud/datastore": "^1.4.2",
|
2016-03-06 21:20:40 +00:00
|
|
|
"connect-ratelimit": "0.0.7",
|
|
|
|
"connect-route": "0.1.5",
|
|
|
|
"connect": "3.4.1",
|
|
|
|
"st": "1.1.0",
|
2012-09-27 15:38:14 +00:00
|
|
|
"winston": "0.6.2",
|
2012-09-27 15:46:53 +00:00
|
|
|
"redis-url": "0.1.0",
|
2012-09-27 15:50:12 +00:00
|
|
|
"redis": "0.8.1",
|
2017-11-01 01:19:22 +00:00
|
|
|
"uglify-js": "3.1.6",
|
2015-01-07 22:27:46 +00:00
|
|
|
"busboy": "0.2.4",
|
|
|
|
"pg": "4.1.1"
|
2012-09-19 18:28:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-11-01 00:02:59 +00:00
|
|
|
"mocha": "^4.0.1"
|
2011-11-18 20:44:28 +00:00
|
|
|
},
|
2012-09-19 18:28:52 +00:00
|
|
|
"bundledDependencies": [],
|
|
|
|
"engines": {
|
2017-07-12 01:13:33 +00:00
|
|
|
"node": "8.1.4",
|
|
|
|
"npm": "5.2.0"
|
2012-09-19 18:28:52 +00:00
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"haste-server": "./server.js"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"server.js",
|
|
|
|
"lib",
|
|
|
|
"static"
|
|
|
|
],
|
|
|
|
"directories": {
|
|
|
|
"lib": "./lib"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node server.js",
|
2017-11-01 00:40:43 +00:00
|
|
|
"test": "mocha --recursive"
|
2012-09-27 15:38:14 +00:00
|
|
|
}
|
2011-11-18 20:44:28 +00:00
|
|
|
}
|