package.json 535 B

12345678910111213141516171819202122
  1. {
  2. "name": "parseqs",
  3. "version": "0.0.5",
  4. "description": "Provides methods for parsing a query string into an object, and vice versa.",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/get/querystring.git"
  8. },
  9. "homepage": "https://github.com/get/querystring",
  10. "scripts": {
  11. "test": "make test"
  12. },
  13. "devDependencies": {
  14. "mocha": "1.17.1",
  15. "better-assert": "~1.0.0"
  16. },
  17. "author": "Gal Koren",
  18. "license": "MIT",
  19. "dependencies": {
  20. "better-assert": "~1.0.0"
  21. }
  22. }