package.json 287 B

1234567891011121314151617
  1. {
  2. "name": "daveo-radio",
  3. "author": "windhamdavid",
  4. "description": "just a page on the interwebs",
  5. "version": "0.0.1",
  6. "private": true,
  7. "dependencies": {
  8. "express": "^4.13.3"
  9. },
  10. "devDependencies": {
  11. },
  12. "scripts": {
  13. "start": "node app.js",
  14. "test": ""
  15. }
  16. }