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.

18 lines
337 B

  1. {
  2. "name": "cssom",
  3. "description": "CSS Object Model implementation and CSS parser",
  4. "keywords": [
  5. "CSS",
  6. "CSSOM",
  7. "parser",
  8. "styleSheet"
  9. ],
  10. "version": "0.4.4",
  11. "author": "Nikita Vasilyev <me@elv1s.ru>",
  12. "repository": "NV/CSSOM",
  13. "files": [
  14. "lib/"
  15. ],
  16. "main": "./lib/index.js",
  17. "license": "MIT"
  18. }