forked from kostajh/savaslabs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1015 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
38
{
"name": "savas-take-two",
"version": "1.0.0",
"description": "Savas Labs' company website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:savaslabs/savaslabs.github.io.git"
},
"author": "Savas Labs <[email protected]>",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.4.0",
"browser-sync": "^2.14.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-append-prepend": "^1.0.3",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.0.3",
"gulp-jshint": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.1.0",
"gulp-run": "^1.7.1",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"imagemin-jpeg-recompress": "^5.1.0",
"jshint": "^2.9.3",
"run-sequence": "^1.2.2"
}
}