-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 822 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
{
"name": "Islamic-study",
"version": "1.0.0",
"description": "Allah(S.W.T) is the Supreme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "sass sass/style.scss assets/css/style.css ",
"watch-sass": "node-sass -w sass/style.scss assets/css/style.css --output-style compressed"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ramishscrapper/islamic-study.git"
},
"keywords": [],
"author": "Ramish Hassan Riaz",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ramishscrapper/islamic-study/issues"
},
"homepage": "https://github.com/Ramishscrapper/islamic-study",
"dependencies": {
"firebase": "^9.8.3",
"firebase-tools": "^11.0.1",
"node-sass": ">=7.0.0",
"sass": "^1.52.3"
}
}