package.json 877 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "nwsapi",
  3. "version": "2.2.7",
  4. "description": "Fast CSS Selectors API Engine",
  5. "homepage": "http://javascript.nwbox.com/nwsapi/",
  6. "main": "./src/nwsapi",
  7. "keywords": [
  8. "css",
  9. "css3",
  10. "css4",
  11. "matcher",
  12. "selector"
  13. ],
  14. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "http://javascript.nwbox.com/nwsapi/MIT-LICENSE"
  18. }
  19. ],
  20. "license": "MIT",
  21. "author": {
  22. "name": "Diego Perini",
  23. "email": "diego.perini@gmail.com",
  24. "web": "http://www.iport.it/"
  25. },
  26. "maintainers": [
  27. {
  28. "name": "Diego Perini",
  29. "email": "diego.perini@gmail.com",
  30. "web": "http://www.iport.it/"
  31. }
  32. ],
  33. "bugs": {
  34. "url": "http://github.com/dperini/nwsapi/issues"
  35. },
  36. "repository": {
  37. "type": "git",
  38. "url": "git://github.com/dperini/nwsapi.git"
  39. },
  40. "scripts": {
  41. "lint": "eslint ./src/nwsapi.js"
  42. }
  43. }