-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 899 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
{
"name": "gallery-wall",
"version": "1.0.0",
"description": "A front end Javascript gallery system",
"main": "lib/index.js",
"directories": {
"doc": "docs"
},
"dependencies": {},
"devDependencies": {
"exif": "^0.6.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^3.0.3",
"gulp-ext-replace": "^0.3.0",
"gulp-jsbeautifier": "^2.0.4",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Drew-S/Gallery-Wall.git"
},
"keywords": [
"Javascript",
"gallery"
],
"author": "Drew Sommer [email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/Drew-S/Gallery-Wall/issues"
},
"homepage": "https://github.com/Drew-S/Gallery-Wall#readme"
}