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.

package.json 408B

1234567891011121314151617
  1. {
  2. "name": "shoplist",
  3. "version": "1.0.0",
  4. "main": "server.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1",
  7. "start": "node server.js"
  8. },
  9. "author": "Martin Dørum Nygaard <martid0311@gmail.com> (https://www.mort.coffee)",
  10. "license": "ISC",
  11. "dependencies": {
  12. "express": "^4.13.4",
  13. "webevents": "^1.2.0"
  14. },
  15. "devDependencies": {},
  16. "description": ""
  17. }