package.json 659 B

123456789101112131415161718192021222324
  1. {
  2. "name": "angular-native-dragdrop",
  3. "version": "1.1.1",
  4. "description": "Angular HTML5 Drag and Drop directive written in pure with no dependency on JQuery.",
  5. "main": "draganddrop.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. "jshint-stylish": "^1.0.1"
  23. }
  24. }