-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
35 lines (35 loc) · 868 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
{
"name": "material-photo-gallery",
"version": "0.1.0",
"description": "A photo gallery inspired by Google Photos.",
"main": "./src/js/material-photo-gallery.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"material",
"google",
"photo",
"gallery",
"javascript"
],
"author": "ettrics",
"license": "MIT",
"dev-dependencies": {
"autoprefixer": "^5.2.0",
"browserify": "^11.2.0",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.12.0",
"gulp-minify-css": "^1.2.1",
"gulp-postcss": "^5.1.7",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"imagesloaded": "^3.2.0",
"jshint-stylish": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}