-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 949 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
{
"name": "hes-gallery",
"version": "1.5.1",
"description": "Light, dependency free script creating a responsive gallery",
"main": "dist/hes-gallery.min.js",
"types": "types.d.ts",
"scripts": {
"build": "gulp build",
"dev": "gulp watch",
"prepublish": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/demtario/hes-gallery.git"
},
"author": "Artur Mędrygał <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/demtario/hes-gallery/issues"
},
"homepage": "https://demtario.github.io/hes-gallery/demo/",
"browserslist": [
"last 2 versions"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2"
}
}