forked from znjRoLS/bootstrap-imageupload
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 KB
/
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
39
40
41
42
43
{
"name": "bootstrap-imageupload-src",
"version": "1.2.0",
"description": "A Bootstrap/jQuery plugin to preview image uploads.",
"main": "dist/js/bootstrap-imageupload.js",
"devDependencies": {
"browser-sync": "^2.14.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.0.12",
"gulp-header": "^1.8.8",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.3"
},
"scripts": {
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://nerdy-harry@github.com/nerdy-harry/bootstrap-imageupload.git"
},
"keywords": [
"bootstrap",
"jquery",
"image",
"upload",
"thumbnail",
"preview",
"file",
"url"
],
"author": "Egon Olieux",
"license": "MIT",
"bugs": {
"url": "https://github.com/nerdy-harry/bootstrap-imageupload/issues"
},
"homepage": "https://github.com/nerdy-harry/bootstrap-imageupload"
}