Aucune description

package.json 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "jit-grunt",
  3. "version": "0.9.1",
  4. "description": "JIT plugin loader for Grunt.",
  5. "keywords": [
  6. "grunt",
  7. "gruntplugin",
  8. "jit",
  9. "loader"
  10. ],
  11. "homepage": "https://github.com/shootaroo/jit-grunt",
  12. "bugs": "https://github.com/shootaroo/jit-grunt/issues",
  13. "license": "MIT",
  14. "author": {
  15. "name": "shootaroo",
  16. "email": "shotaro.tsubouchi@gmail.com"
  17. },
  18. "files": [
  19. "lib",
  20. "jit-grunt.js"
  21. ],
  22. "directories": {
  23. "test": "test/"
  24. },
  25. "main": "jit-grunt",
  26. "repository": {
  27. "type": "git",
  28. "url": "git://github.com/shootaroo/jit-grunt.git"
  29. },
  30. "scripts": {
  31. "test": "grunt",
  32. "precommit": "npm test",
  33. "prepush": "npm test"
  34. },
  35. "devDependencies": {
  36. "grunt": "~0.4.0",
  37. "grunt-contrib-jshint": "~0.10.0",
  38. "grunt-jscs": "~0.7.0",
  39. "grunt-mocha-test": "~0.12.0",
  40. "husky": "~0.6.0",
  41. "intelli-espower-loader": "~0.4.0",
  42. "power-assert": "~0.9.0",
  43. "sinon": "~1.10.0",
  44. "time-grunt": "~1.0.0"
  45. },
  46. "peerDependencies": {
  47. "grunt": "~0.4.0"
  48. },
  49. "engines": {
  50. "node": ">=0.8.0"
  51. }
  52. }