A pastebin for markdown pages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
822 B

{
"name": "NoteHub",
"version": "3.0.0",
"description": "Free Pastebin for One-Off Markdown Publishing",
11 years ago
"main": "server.js",
"scripts": {
11 years ago
"server": "node server.js",
"devser": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/chmllr/NoteHub.git"
},
"keywords": [
"markdown",
"pastebin"
],
"author": "Christian Müller <notehub@icloud.com> (http://github.com/chmllr)",
"license": "ISC",
"bugs": {
"url": "https://github.com/chmllr/NoteHub/issues"
},
11 years ago
"homepage": "https://github.com/chmllr/NoteHub",
"dependencies": {
"express": "^4.13.3",
"lru-cache": "^2.6.5",
"marked": "^0.3.5",
"md5": "^2.0.0",
"sequelize": "^3.8.0",
"sqlite3": "^3.1.0"
11 years ago
}
}