UNPKG

ng-drop-image

Version:
30 lines (29 loc) 854 B
{ "name": "ng-drop-image", "version": "1.0.8", "description": "Drag and drop the image here!", "main": "./dist/ng-drop-image.js", "scripts": { "dev": "rollup -c --watch", "build": "rollup -c", "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["drag", "drop", "image", "angular", "ng", "directive"], "author": "Antério Vieira <anteriovieira@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/uni-projecao/angular-drop-image.git" }, "dependencies": { "ngstorage": "^0.3.11" }, "devDependencies": { "babel-preset-es2015-rollup": "^3.0.0", "rollup": "^0.41.4", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-uglify": "^1.0.1", "rollup-watch": "^3.2.2" } }