package.json 824 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "nwsapi",
  3. "version": "2.2.0",
  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": "Diego Perini <diego.perini@gmail.com> (http://www.iport.it/)",
  22. "maintainers": [
  23. "Diego Perini <diego.perini@gmail.com> (http://www.iport.it/)"
  24. ],
  25. "bugs": {
  26. "url": "http://github.com/dperini/nwsapi/issues"
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "git://github.com/dperini/nwsapi.git"
  31. },
  32. "scripts": {
  33. "lint": "eslint ./src/nwsapi.js"
  34. },
  35. "directories": {
  36. "test": "test"
  37. }
  38. }