v1.0 ready for release.
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "wpsuck", | ||
"version": "1.0.0", | ||
"description": "Script (CLI) to download/upload WP posts to/from local HTML file.", | ||
"keywords": [ | ||
"cli", | ||
"wordpress", | ||
"rest" | ||
], | ||
"homepage": "https://decodecode.net/elitist/2019/07/wpsuck/", | ||
"private": true, | ||
"author": "Ilan <ilan@decodecode.net>", | ||
"license": "WTFPL", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.com/decodecode/wpsuck.git" | ||
}, | ||
"bugs": "https://gitlab.com/decodecode/wpsuck/issues", | ||
"engines": {}, | ||
"main": "wpsuck.coffee", | ||
"scripts": {}, | ||
"dependencies": { | ||
"coffee-script": "1.12.x", | ||
"fs-extra": "8.0.x", | ||
"minimist": "1.2.0", | ||
"promise": "8.0.3", | ||
"request": "2.88.0" | ||
}, | ||
"devDependencies": { | ||
} | ||
} |
wpsuck.coffee
0 → 100755
Please register or sign in to comment