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.
32 lines
801 B
32 lines
801 B
{ |
|
"name": "NoteHub", |
|
"version": "3.0.0", |
|
"description": "Free Pastebin for One-Off Markdown Publishing", |
|
"main": "server.js", |
|
"scripts": { |
|
"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" |
|
}, |
|
"homepage": "https://github.com/chmllr/NoteHub", |
|
"dependencies": { |
|
"express": "^4.13.3", |
|
"lru-cache": "^2.6.5", |
|
"marked": "^0.3.5", |
|
"sequelize": "^3.8.0", |
|
"sqlite3": "^3.1.0" |
|
} |
|
}
|
|
|