Nenhuma descrição

package.json 676B

12345678910111213141516171819202122232425
  1. {
  2. "name": "browserslist",
  3. "version": "0.4.0",
  4. "description": "Get browsers versions that matches given criterias like in Autoprefixer",
  5. "keywords": ["caniuse", "browsers"],
  6. "author": "Andrey Sitnik <andrey@sitnik.ru>",
  7. "license": "MIT",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/ai/browserslist.git"
  11. },
  12. "dependencies": {
  13. "caniuse-db": "^1.0.30000153"
  14. },
  15. "devDependencies": {
  16. "gulp-eslint": "0.11.1",
  17. "gulp-mocha": "2.0.1",
  18. "mocha": "2.2.4",
  19. "chai": "2.3.0",
  20. "gulp": "3.8.11"
  21. },
  22. "scripts": {
  23. "test": "gulp"
  24. }
  25. }