-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 764 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 764 Bytes
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
{
"private": true,
"name": "runningmap",
"version": "1.0.0",
"description": "Austin Running Map",
"main": "gulpfile.js",
"author": "Chad",
"scripts": {
"start": "./node_modules/.bin/gulp docs",
"build": "gulp build",
"watch": "gulp watch"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"cssnano": "^4.1.10",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.0.0",
"gulp-cache": "^0.5.0",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^7.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.2",
"run-sequence": "^2.2.0"
},
"dependencies": {
"bootstrap": "^3.4.1",
"jquery": "^3.5.1",
"knockout": "^3.5.1"
}
}