-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 974 Bytes
/
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
{
"name": "ghost-sec-platform",
"version": "1.0.0",
"description": "GHOST Sec Organization Development Platform",
"main": "index.js",
"scripts": {
"start": "http-server . -p 8080",
"build": "mkdir -p dist && mkdir -p dist/images && cp -r index.html css js images/* dist/ || true",
"test": "jest",
"lint": "eslint js/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anon23261/GHOST-Sec-Platform.git"
},
"keywords": [
"operating-system",
"development",
"education",
"security"
],
"author": "GHOST Sec Organization",
"license": "MIT",
"bugs": {
"url": "https://github.com/Anon23261/GHOST-Sec-Platform/issues"
},
"homepage": "https://github.com/Anon23261/GHOST-Sec-Platform#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"bootstrap": "^5.3.0"
},
"devDependencies": {
"eslint": "^8.0.0",
"http-server": "^14.0.0",
"jest": "^27.0.0"
}
}