package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "wiredep",
  3. "version": "2.2.2",
  4. "main": "./wiredep.js",
  5. "bin": {
  6. "wiredep": "./wiredep-cli.js"
  7. },
  8. "description": "Wire Bower dependencies to your source code.",
  9. "repository": "taptapship/wiredep",
  10. "author": {
  11. "name": "Stephen Sawchuk",
  12. "email": "sawchuk@gmail.com"
  13. },
  14. "keywords": [
  15. "bower",
  16. "package",
  17. "management",
  18. "inject",
  19. "script",
  20. "dependencies"
  21. ],
  22. "files": [
  23. "lib/",
  24. "LICENSE",
  25. "wiredep.js",
  26. "wiredep-cli.js"
  27. ],
  28. "licenses": [
  29. {
  30. "type": "MIT"
  31. }
  32. ],
  33. "scripts": {
  34. "test": "jshint *.js lib/*.js test/*.js && NODE_ENV=test mocha -R spec"
  35. },
  36. "dependencies": {
  37. "bower-config": "^0.5.0",
  38. "chalk": "^0.5.1",
  39. "glob": "^4.0.5",
  40. "lodash": "^2.4.1",
  41. "minimist": "^1.1.0",
  42. "propprop": "^0.3.0",
  43. "through2": "^0.6.1"
  44. },
  45. "devDependencies": {
  46. "fs-extra": "^0.11.0",
  47. "jshint": "*",
  48. "mocha": "*"
  49. },
  50. "__npminstall_done": true,
  51. "_from": "wiredep@2.2.2",
  52. "_resolved": "https://registry.npmmirror.com/wiredep/-/wiredep-2.2.2.tgz"
  53. }