-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "kogosoftwarellc.github.io",
"version": "1.0.0",
"description": "The source code for kogo.io.",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/kogosoftwarellc/kogosoftwarellc.github.io.git"
},
"scripts": {
"build": "gulp"
},
"author": "Joseph Spencer",
"bugs": {
"url": "https://github.com/kogosoftwarellc/kogosoftwarellc.github.io/issues"
},
"homepage": "https://github.com/kogosoftwarellc/kogosoftwarellc.github.io#readme",
"dependencies": {
"bootstrap-material-design": "0.3.0",
"browser-sync": "2.9.12",
"del": "2.0.2",
"google-form": "1.0.2",
"gulp": "3.9.0",
"gulp-autoprefixer": "3.1.0",
"gulp-concat": "2.6.0",
"gulp-cssimport": "2.1.1",
"gulp-imagemin": "^2.4.0",
"gulp-jade": "1.1.0",
"gulp-less": "3.0.3",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "^1.5.3",
"less": "2.5.3",
"run-sequence": "1.1.4"
},
"devDependencies": {
"gulp-clean-css": "^2.0.3",
"post-rendered-height": "^1.0.3"
}
}