-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 919 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
30
31
32
33
34
35
36
37
38
{
"name": "angular-core-image-upload",
"version": "0.9.0",
"description": "an angular directive for image to upload and crop",
"main": "index.js",
"scripts": {
"test": "npm run test",
"start": "gulp webserver",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vanthink-UED/angular-core-image-upload.git"
},
"keywords": [
"image",
"upload",
"angular",
"directive",
"image",
"crop"
],
"author": " <Jack Pu: kakashjack@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vanthink-UED/angular-core-image-upload/issues"
},
"homepage": "https://github.com/Vanthink-UED/angular-core-image-upload#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-webserver": "^0.9.1"
},
"dependencies": {
"angular": "^1.5.8"
}
}