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": {
|
2012-09-27 15:38:14 +00:00
|
|
|
"winston": "0.6.2",
|
|
|
|
"connect": "1.9.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",
|
2012-09-27 15:38:14 +00:00
|
|
|
"uglify-js": "1.3.3"
|
2012-09-19 18:28:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2012-01-13 16:16:42 +00:00
|
|
|
"mocha": "*",
|
|
|
|
"should": "*"
|
2011-11-18 20:44:28 +00:00
|
|
|
},
|
2012-09-19 18:28:52 +00:00
|
|
|
"bundledDependencies": [],
|
|
|
|
"engines": {
|
2012-09-27 15:56:15 +00:00
|
|
|
"node": "0.8.10",
|
2012-09-27 15:56:49 +00:00
|
|
|
"npm": "1.1.49"
|
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",
|
2012-01-13 16:16:42 +00:00
|
|
|
"test": "mocha -r should spec/*"
|
2012-09-27 15:38:14 +00:00
|
|
|
}
|
2011-11-18 20:44:28 +00:00
|
|
|
}
|