package.json 410 B

12345678910111213141516
  1. {
  2. "name": "substratum",
  3. "version": "0.1.0",
  4. "description": "Simple JS framework",
  5. "homepage": "https://github.com/MorganLee909/substratum#readme",
  6. "bugs": {
  7. "url": "https://github.com/MorganLee909/substratum/issues"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/MorganLee909/substratum.git"
  12. },
  13. "author": "Lee Morgan",
  14. "type": "module",
  15. "main": "index.js"
  16. }