package.json 897 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "node-gyp-build-optional-packages",
  3. "version": "5.2.2",
  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. "dependencies": {
  12. "detect-libc": "^2.0.1"
  13. },
  14. "scripts": {
  15. "test": "standard && node test"
  16. },
  17. "bin": {
  18. "node-gyp-build-optional-packages": "./bin.js",
  19. "node-gyp-build-optional-packages-optional": "./optional.js",
  20. "node-gyp-build-optional-packages-test": "./build-test.js"
  21. },
  22. "repository": {
  23. "type": "git",
  24. "url": "https://github.com/prebuild/node-gyp-build.git"
  25. },
  26. "author": "Mathias Buus (@mafintosh)",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/prebuild/node-gyp-build/issues"
  30. },
  31. "homepage": "https://github.com/prebuild/node-gyp-build"
  32. }