-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "sprinter-group.github.io",
"version": "1.0.0",
"description": "Sprinter",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sprinter-group/sprinter-group.github.io.git"
},
"keywords": [
"Sprinter"
],
"author": "Spemer",
"license": "MIT",
"bugs": {
"url": "https://github.com/sprinter-group/sprinter-group.github.io/issues"
},
"homepage": "https://github.com/sprinter-group/sprinter-group.github.io#readme",
"devDependencies": {
"gulp": "^3.9.1"
},
"browserslist": [
"unreleased versions",
"cover 99.5%",
"ie 6-8"
],
"dependencies": {
"browser-sync": "^2.24.4",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-imagemin": "^4.1.0",
"gulp-inject": "^4.3.2",
"gulp-js-minify": "0.0.3",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-watch": "^5.0.0",
"hoek": "^5.0.3"
}
}