-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 839 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
{
"name": "project",
"version": "1.0.0",
"description": "Mars Colonization Program Project",
"main": "index.html",
"scripts": {
"start": "npm run lite",
"test": "echo \"Error: no test specified\" && exit 1",
"lite": "lite-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/machine-sg/machine-sg.github.io.git"
},
"author": "Sayani Ghosh",
"license": "ISC",
"bugs": {
"url": "https://github.com/machine-sg/machine-sg.github.io/issues"
},
"homepage": "https://github.com/machine-sg/machine-sg.github.io#readme",
"devDependencies": {
"lite-server": "^2.5.4"
},
"dependencies": {
"bootstrap": "^4.5.0",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"popper.js": "^1.12.9"
},
"keywords": [
"Mars",
"Colonization",
"Program"
]
}