package.json 270 B

123456789101112131415
  1. {
  2. "name": "github_score",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "directories": {
  7. "doc": "docs",
  8. "test": "test"
  9. },
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "author": "",
  14. "license": "ISC"
  15. }