My ham website
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.

22 lines
582 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.17.3",
  13. "supertest": "^3.0.0"
  14. },
  15. "scripts": {
  16. "start": "node app.js",
  17. "startdev": "./node_modules/.bin/nodemon app.js",
  18. "test": "mocha --timeout 10000 --colors --exit",
  19. "coverage": "nyc --reporter=html --reporter=text mocha --timeout 10000 --exit"
  20. },
  21. "author": "Levi Olson <me@leviolson.com>",
  22. "license": "UNLICENSE"
  23. }