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.

24 lines
646 B

6 years ago
6 years ago
6 years ago
6 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. "ejs": "^2.5.9",
  8. "express": "^4.16.3"
  9. },
  10. "devDependencies": {
  11. "chai": "^4.1.2",
  12. "nodemon": "^1.18.10",
  13. "supertest": "^3.0.0",
  14. "showdown": "^1.9.1"
  15. },
  16. "scripts": {
  17. "start": "node app.js",
  18. "startdev": "./node_modules/.bin/nodemon app.js",
  19. "test": "nyc --reporter=html --reporter=text mocha --timeout 10000 --colors --exit",
  20. "coverage": "nyc --reporter=html --reporter=text mocha --timeout 10000 --exit"
  21. },
  22. "author": "Levi Olson <me@leviolson.com>",
  23. "license": "UNLICENSE"
  24. }