package.json 513 B

12345678910111213141516171819
  1. {
  2. "name": "fs-constants",
  3. "version": "1.0.0",
  4. "description": "Require constants across node and the browser",
  5. "main": "index.js",
  6. "browser": "browser.js",
  7. "dependencies": {},
  8. "devDependencies": {},
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/mafintosh/fs-constants.git"
  12. },
  13. "author": "Mathias Buus (@mafintosh)",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/mafintosh/fs-constants/issues"
  17. },
  18. "homepage": "https://github.com/mafintosh/fs-constants"
  19. }