diff --git a/bower.json b/bower.json index 18ef273..3a8d8f1 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "ngDraggable", "main": "ngDraggable.js", - "version": "0.1.8", + "version": "0.1.10", "homepage": "https://github.com/fatlinesofcode/ngDraggable", "ignore": [ "**/.*", diff --git a/package.json b/package.json new file mode 100644 index 0000000..d9db26a --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "ngdraggable", + "version": "0.1.10", + "description": "Drag and drop module for Angular JS with support for touch devices", + "main": "ngDraggable.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/fatlinesofcode/ngDraggable.git" + }, + "author": "philip andrews", + "license": "MIT", + "bugs": { + "url": "https://github.com/fatlinesofcode/ngDraggable/issues" + }, + "homepage": "https://github.com/fatlinesofcode/ngDraggable#readme" +}