package.json 495 B

12345678910111213141516171819202122
  1. {
  2. "name": "git-node-fs",
  3. "description": "A node adapter for the fs-db mixin for js-git",
  4. "keywords": [
  5. "git",
  6. "js-git"
  7. ],
  8. "version": "1.0.0",
  9. "main": "lib/node-fs.js",
  10. "scripts": {
  11. "test": "node test.js"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/creationix/git-node-fs.git"
  16. },
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/creationix/git-node-fs/issues"
  20. },
  21. "homepage": "https://github.com/creationix/git-node-fs"
  22. }