My personal website https://leviolson.com
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.

25 lines
668 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
3 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. {
  2. "name": "website",
  3. "version": "1.0.0",
  4. "description": "Levi's Website",
  5. "main": "app.js",
  6. "dependencies": {
  7. "cors": "^2.8.5",
  8. "ejs": "^2.5.9",
  9. "express": "^4.16.3"
  10. },
  11. "devDependencies": {
  12. "chai": "^4.1.2",
  13. "nodemon": "^1.18.10",
  14. "supertest": "^3.0.0",
  15. "showdown": "^1.9.1"
  16. },
  17. "scripts": {
  18. "start": "node app.js",
  19. "startdev": "./node_modules/.bin/nodemon app.js",
  20. "test": "nyc --reporter=html --reporter=text mocha --timeout 10000 --colors --exit",
  21. "coverage": "nyc --reporter=html --reporter=text mocha --timeout 10000 --exit"
  22. },
  23. "author": "Levi Olson <me@leviolson.com>",
  24. "license": "UNLICENSE"
  25. }