-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.32 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
44
45
46
47
48
{
"name": "multicolumngallery",
"version": "1.0.0",
"description": "Dynamic, customizable and responsive image gallery made with PHP and JS.",
"author": "Andreas Lorer <contact@andreaslorer.de>",
"repository": "https://github.com/Andi-Lo/MulticolumnGallery",
"bugs": {
"url": "https://github.com/Andi-Lo/MulticolumnGallery/issues"
},
"license": "MIT",
"readme": "README.md",
"homepage": "http://andreaslorer.de",
"devDependencies": {
"autoprefixer-core": "^4.0.2",
"bower": "^1.3.12",
"browser-sync": "^1.9.1",
"browserify": "^8.1.3",
"del": "^1.1.1",
"glob": "^4.3.2",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-cache": "^0.2.4",
"gulp-concat": "^2.4.3",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^0.8.0",
"gulp-notify": "^2.1.0",
"gulp-rename": "^1.2.0",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.2",
"jshint-stylish": "^1.0.0",
"run-sequence": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.3.0"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {},
"scripts": {
"start": "gulp serve",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
}
}