package.json 952 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "fileset",
  3. "version": "2.0.3",
  4. "description": "Wrapper around miniglob / minimatch combo to allow multiple patterns matching and include-exclude ability",
  5. "main": "./lib/fileset",
  6. "scripts": {
  7. "test": "make test"
  8. },
  9. "dependencies": {
  10. "glob": "^7.0.3",
  11. "minimatch": "^3.0.3"
  12. },
  13. "devDependencies": {
  14. "babel-cli": "^6.9.0",
  15. "babel-plugin-add-module-exports": "^0.2.1",
  16. "babel-plugin-transform-regenerator": "^6.9.0",
  17. "babel-preset-es2015": "^6.9.0",
  18. "bake-cli": "^0.6.0",
  19. "eslint": "^3.7.1",
  20. "eslint-config-standard": "^6.2.0",
  21. "eslint-plugin-promise": "^3.0.0",
  22. "eslint-plugin-standard": "^2.0.1",
  23. "mocha": "^3.1.2",
  24. "standard-version": "^3.0.0",
  25. "watchd": "^0.1.1"
  26. },
  27. "homepage": "https://github.com/mklabs/node-fileset",
  28. "repository": {
  29. "type": "git",
  30. "url": "git://github.com/mklabs/node-fileset.git"
  31. },
  32. "license": "MIT",
  33. "author": "mklabs"
  34. }