web 3d图形渲染器
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.

35 lines
823 B

  1. {
  2. "name": "querystring",
  3. "id": "querystring",
  4. "version": "0.2.1",
  5. "description": "Node's querystring module for all engines.",
  6. "keywords": [
  7. "commonjs",
  8. "query",
  9. "querystring"
  10. ],
  11. "author": "Irakli Gozalishvili <rfobic@gmail.com>",
  12. "main": "index.js",
  13. "repository": {
  14. "type": "git",
  15. "url": "git://github.com/Gozala/querystring.git",
  16. "web": "https://github.com/Gozala/querystring"
  17. },
  18. "bugs": {
  19. "url": "http://github.com/Gozala/querystring/issues/"
  20. },
  21. "devDependencies": {
  22. "test": "~0.x.0",
  23. "retape": "~0.x.0",
  24. "tape": "~0.1.5"
  25. },
  26. "engines": {
  27. "node": ">=0.4.x"
  28. },
  29. "scripts": {
  30. "test": "npm run test-node && npm run test-tap",
  31. "test-node": "node ./test/common-index.js",
  32. "test-tap": "node ./test/tap-index.js"
  33. },
  34. "license": "MIT"
  35. }