package.json 859 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "grunt-module-dependence",
  3. "version": "0.2.1",
  4. "description": "CMD Module Concat",
  5. "main": "Gruntfile.js",
  6. "scripts": {
  7. "test": "grunt test"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/Dafrok/grunt-module-dependence.git"
  12. },
  13. "keywords": [
  14. "grunt"
  15. ],
  16. "author": "hancong",
  17. "license": "MIT",
  18. "bugs": {
  19. "url": "https://github.com/Dafrok/grunt-module-dependence/issues"
  20. },
  21. "homepage": "https://github.com/Dafrok/grunt-module-dependence#readme",
  22. "devDependencies": {
  23. "grunt": "~0.4.1",
  24. "uglify-js": "^2.8.29"
  25. },
  26. "peerDependencies": {
  27. "grunt": "~0.4.1",
  28. "uglify-js": "^2.8.29"
  29. },
  30. "__npminstall_done": true,
  31. "_from": "grunt-module-dependence@0.2.1",
  32. "_resolved": "https://registry.npmmirror.com/grunt-module-dependence/-/grunt-module-dependence-0.2.1.tgz"
  33. }