forked from AlexWanderer/GDquest-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 720 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 720 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
29
{
"name": "gdquest-website",
"version": "1.0.0",
"description": "GDQuest official website",
"main": "gdquest",
"dependencies": {
"npm": "^7.0.2"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"lunr": "^2.3.9",
"postcss": "^8.1.2",
"postcss-cli": "^8.1.0",
"typescript-language-server": "^0.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NathanLovato/GDQuest-website.git"
},
"author": "Nathan Lovato",
"license": "MIT",
"bugs": {
"url": "https://github.com/GDQuest/GDQuest-website/issues"
},
"homepage": "https://github.com/GDQuest/GDQuest-website"
}