Starting somewhere
parents
Showing
index.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "eth-landing-page", | ||
"version": "0.1.0", | ||
"description": "Retrieve latest posts from various sites using the WP REST API and display them on a landing page", | ||
"author": "Erick Hitter <contact@ethitter.com>", | ||
"license": "GPL-2.0+", | ||
"main": "index.js", | ||
"keywords": [ | ||
"landing page", | ||
"wordpress", | ||
"rest api" | ||
], | ||
"scripts": { | ||
"start": "node index.js" | ||
}, | ||
"dependencies": { | ||
"express": "*" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://git.ethitter.com/open-source/eth-landing-page.git" | ||
} | ||
} |
Please register or sign in to comment