Keine Beschreibung

package.json 587B

12345678910111213141516171819202122232425
  1. {
  2. "name": "natives",
  3. "version": "1.1.1",
  4. "description": "Do stuff with Node.js's native JavaScript modules",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "tap test/*.js --100"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/isaacs/natives.git"
  12. },
  13. "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/isaacs/natives/issues"
  17. },
  18. "homepage": "https://github.com/isaacs/natives#readme",
  19. "devDependencies": {
  20. "tap": "^11.0.0"
  21. },
  22. "files": [
  23. "index.js"
  24. ]
  25. }