package.json 556 B

1234567891011121314151617181920
  1. {
  2. "name": "ngdraggable",
  3. "version": "0.1.11",
  4. "description": "Drag and drop module for Angular JS with support for touch devices",
  5. "main": "ngDraggable.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/fatlinesofcode/ngDraggable.git"
  12. },
  13. "author": "philip andrews",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/fatlinesofcode/ngDraggable/issues"
  17. },
  18. "homepage": "https://github.com/fatlinesofcode/ngDraggable#readme"
  19. }