-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1020 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
38
39
{
"title": "Team Sol Explorers",
"name": "team-sol",
"version": "0.0.1",
"scripts": {
"start": "node_modules/.bin/gulp watch"
},
"description": "Researching and designing interfaces that assist astronauts in exploring Mars efficiently and autonomously. This is my GT thesis project in collaboration with NASA and JPL.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://tushar.work/design/nasa",
"license": "MIT",
"author": "Tushar Gupta",
"contributors": [
"Tushar Gupta",
"Kevin Key",
"Jack Gale"
],
"repository": {
"type": "git",
"url": "https://github.com/tushgup/team-sol.git"
},
"dependencies": {
"bootstrap": "4.5.3",
"jquery": "3.5.1"
},
"devDependencies": {
"browser-sync": "2.26.13",
"del": "6.0.0",
"gulp": "4.0.2",
"merge-stream": "2.0.0"
}
}