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.

14 lines
288 B

  1. {
  2. "name": "decentralized-blogging-platform",
  3. "version": "1.0.0",
  4. "description": "",
  5. "scripts": {
  6. "postinstall": "bower install",
  7. "prestart": "npm install",
  8. "start": "http-server"
  9. },
  10. "dependencies": {
  11. "bootstrap": "^4.0.0",
  12. "medium-editor": "^5.23.3"
  13. }
  14. }