-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.22 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.22 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
{
"name": "rarebit",
"version": "1.0.0",
"description": "\r # A free, open-source WEBCOMIC TEMPLATE built in HTML and JavaScript\r ## [HOMEPAGE](https://rarebit.neocities.org)\r ## [DOWNLOAD LATEST RELEASE (v1.5)](https://rarebit.neocities.org/downloads/rarebit-1.5.zip)",
"main": "index.js",
"scripts": {
"lite": "lite-server",
"scss": "node-sass -o ./src/css/ ./src/css/",
"start": "npm run watch:all",
"test": "echo \"Error: no test specified\" && exit 1",
"watch:scss": "onchange \"./src/css/*.scss\" -- npm run scss",
"watch:all": "parallelshell \"npm run watch:scss\" \"npm run lite\"",
"build": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/geno7/Rarebit.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/geno7/Rarebit/issues"
},
"homepage": "https://github.com/geno7/Rarebit#readme",
"devDependencies": {
"bootstrap": "^5.2.2",
"jquery": "^3.6.1",
"lite-server": "^2.6.1",
"node-sass": "^8.0.0",
"onchange": "^7.1.0",
"parallelshell": "^3.0.2"
}
}