You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 495B

123456789101112131415161718192021
  1. {
  2. "main": "./lib/exports.js",
  3. "name": "chromium-pickle-js",
  4. "description": "Binary value packing and unpacking",
  5. "version": "0.2.0",
  6. "license": "MIT",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/electron/node-chromium-pickle-js.git"
  10. },
  11. "bugs": {
  12. "url": "https://github.com/electron/node-chromium-pickle-js/issues"
  13. },
  14. "scripts": {
  15. "test": "mocha test && standard"
  16. },
  17. "devDependencies": {
  18. "mocha": "^3.0.2",
  19. "standard": "^8.0.0"
  20. }
  21. }