-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 1.13 KB
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
{
"name": "prodos-8.com",
"version": "2.0.0",
"description": "ProDOS 8 website built using based on jekyll-bootstrap-4 (https://github.com/soulroll/jekyll-bootstrap-4) by David Malone <david@souldesign.net.nz>",
"main": "gulpfile.js",
"author": "John Brooks, Devon Hubner, Oliver Schmidt",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git@github.com:DevoKun/ProDOS-8.github.io.git"
},
"keywords": [],
"devDependencies": {
"bootstrap": "latest",
"browser-sync": "latest",
"browserify": "latest",
"cssnano": "latest",
"es6-promise": "latest",
"event-stream": "3.3.4",
"font-awesome": "latest",
"glob": "latest",
"gulp": "^4.0.0",
"gulp-autoprefixer": "latest",
"gulp-flatten": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest",
"gulp-sourcemaps": "latest",
"gulp-uglify": "latest",
"install": "latest",
"jquery": "latest",
"jquery-match-height": "latest",
"magnific-popup": "latest",
"popper.js": "latest",
"vinyl-buffer": "latest",
"vinyl-source-stream": "latest"
},
"dependencies": {
"gulp-cli": "^2.0.1"
}
}