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.
24 lines
580 B
24 lines
580 B
|
11 years ago
|
{
|
||
|
|
"name": "NoteHub",
|
||
|
|
"version": "3.0.0",
|
||
|
|
"description": "Free Pastebin for One-Off Markdown Publishing",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"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"
|
||
|
|
}
|