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.

25 lines
668 B

  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. }