-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 849 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
{
"name": "bigcitymountaineers-website",
"version": "1.0.0",
"description": "",
"main": "www/index.php",
"scripts": {},
"repository": {
"type": "git",
"url": "https://git.hiebing.com:10080/hiebing/bigcitymountaineers.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.2",
"browsersync": "0.0.1-security",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-append-prepend": "^1.0.4",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"sassdoc": "^2.1.20",
"vinyl-source-stream": "^1.1.0"
}
}