package.json 357 B

1234567891011121314151617
  1. {
  2. "name": "marak.com",
  3. "version": "1.0.0",
  4. "description": "website for marak.com",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "node server.js"
  9. },
  10. "repository": "https://github.com/marak/marak.com",
  11. "dependencies": {
  12. "big": "0.5.x"
  13. },
  14. "author": "",
  15. "license": "MIT"
  16. }