package.json 586 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "style-search",
  3. "version": "0.1.0",
  4. "description": "Search CSS(-like) strings",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "tape test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/davidtheclark/style-search.git"
  12. },
  13. "keywords": [
  14. "css",
  15. "search",
  16. "stylelint"
  17. ],
  18. "author": "David Clark",
  19. "license": "ISC",
  20. "bugs": {
  21. "url": "https://github.com/davidtheclark/style-search/issues"
  22. },
  23. "homepage": "https://github.com/davidtheclark/style-search#readme",
  24. "devDependencies": {
  25. "tape": "^4.5.1"
  26. }
  27. }