forked from scar45/retro-crt-startpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "retro-crt-startpage",
"version": "1.0.0",
"description": "Throwback retro CRT style layout for a personalized startpage.",
"author": "George Merlocco",
"contributors": [
"George Merlocco <george@merloc.co>"
],
"scripts": {
"start": "./node_modules/http-server/bin/http-server -- build"
},
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/scar45/retro-crt-startpage.git"
},
"bugs": {
"url": "https://github.com/scar45/retro-crt-startpage/issues",
"email": "george@merloc.co"
},
"devDependencies": {
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-strip-css-comments": "^1.2.0",
"gulp-zip": "^4.0.0",
"http-server": "^0.9.0",
"run-sequence": "^1.2.2",
"vanilla-modal": "^1.6.4"
}
}