19 lines
521 B
JSON
19 lines
521 B
JSON
{
|
|
"name": "carpe-medium",
|
|
"version": "1.0.0-dev",
|
|
"description": "pull posts from Medium.com and add them to a Ghost blog",
|
|
"main": "index.js",
|
|
"repository": "https://gitlab.com/snipettemag.com/carpe-medium",
|
|
"author": "Badri Sunderarajan <badrihippo@gmail.com>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"carpe-medium": "index.js"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^3.0.2",
|
|
"mediumexporter": "github:xdamman/mediumexporter#v0.2.0",
|
|
"r2": "^2.0.1"
|
|
}
|
|
}
|