package.json 772 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "node-gyp-build",
  3. "version": "4.6.1",
  4. "description": "Build tool and bindings loader for node-gyp that supports prebuilds",
  5. "main": "index.js",
  6. "devDependencies": {
  7. "array-shuffle": "^1.0.1",
  8. "standard": "^14.0.0",
  9. "tape": "^5.0.0"
  10. },
  11. "scripts": {
  12. "test": "standard && node test"
  13. },
  14. "bin": {
  15. "node-gyp-build": "./bin.js",
  16. "node-gyp-build-optional": "./optional.js",
  17. "node-gyp-build-test": "./build-test.js"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/prebuild/node-gyp-build.git"
  22. },
  23. "author": "Mathias Buus (@mafintosh)",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/prebuild/node-gyp-build/issues"
  27. },
  28. "homepage": "https://github.com/prebuild/node-gyp-build"
  29. }