-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.29 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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "zxspectrum48k",
"version": "1.0.0",
"description": "Website prototype if Sinclair ZX Spectrum 48k personal computer was launched for the first time.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mesopa/zxspectrum48k.git"
},
"keywords": [],
"author": "Pedro Serapio",
"license": "MIT",
"bugs": {
"url": "https://github.com/mesopa/zxspectrum48k/issues"
},
"homepage": "https://github.com/mesopa/zxspectrum48k#readme",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.5.0",
"gulp-htmlmin": "^5.0.1",
"gulp-inline-source": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.2.0",
"bootstrap": "^5.0.1",
"jquery": "^3.3.1",
"lazysizes": "^5.3.2",
"lightbox2": "^2.10.0",
"popper.js": "^1.14.4"
}
}