package.json 458 B

12345678910111213141516171819
  1. {
  2. "name": "parseqs",
  3. "version": "0.0.6",
  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. }