forked from projecao/angular-drop-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 831 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "angular-drop-image",
"version": "1.0.8",
"description": "Drag and drop the image here!",
"main": "./dist/angular-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 <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/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"
}
}