package.json 711 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "angular-native-dragdrop",
  3. "version": "1.2.2",
  4. "description": "Angular HTML5 Drag and Drop directive written in pure with no dependency on JQuery.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "gulp"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/angular-dragdrop/angular-dragdrop.git"
  12. },
  13. "author": "ganarajpr",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/angular-dragdrop/angular-dragdrop/issues"
  17. },
  18. "homepage": "http://angular-dragdrop.github.io/angular-dragdrop",
  19. "devDependencies": {
  20. "gulp": "^3.8.11",
  21. "gulp-jshint": "^1.9.2",
  22. "gulp-rename": "^1.2.2",
  23. "gulp-uglify": "^1.4.2",
  24. "jshint-stylish": "^1.0.1"
  25. }
  26. }