package.json 366 B

1234567891011121314151617181920
  1. {
  2. "name": "college",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://47.98.226.240:3000/twt/college.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "marked": "^4.0.12"
  18. }
  19. }