package.json 668 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "css-select-base-adapter",
  3. "version": "0.1.1",
  4. "description": "Provides some base functions needed by a css-select adapter so that you don't have to implement the whole thing.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/nrkn/css-select-base-adapter.git"
  12. },
  13. "keywords": [
  14. "css",
  15. "select",
  16. "adapter",
  17. "css-select"
  18. ],
  19. "bugs": {
  20. "url": "https://github.com/nrkn/css-select-base-adapter/issues"
  21. },
  22. "homepage": "https://github.com/nrkn/css-select-base-adapter#readme",
  23. "author": "Nik Coughlin <nrkn.com@gmail.com>",
  24. "license": "MIT"
  25. }