-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.18 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
{
"name": "versus",
"version": "1.0.0",
"description": "Apache setup",
"main": "gulpfile.js",
"dependencies": {
"gulp-autoprefixer": "^4.0.0",
"gulp-clean": "^0.3.2",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"imagemin-gifsicle": "^5.1.0",
"imagemin-optipng": "^5.2.1",
"imagemin-pngquant": "^5.0.1",
"tiny-lr": "^1.0.5"
},
"devDependencies": {
"breakpoint-sass": "^2.7.1",
"compass": "^0.1.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-html-replace": "^1.6.2",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^8.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"susy": "^2.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhilippeGauthier/versus.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PhilippeGauthier/versus/issues"
},
"homepage": "https://github.com/PhilippeGauthier/versus#readme"
}