generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.08 KB
/
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
40
41
42
43
{
"name": "v47-tier1-team-04",
"version": "1.3.6",
"description": "A task app created by a group of individuals brought together by Chingu for a six-week \"Voyage\". A day2day task app.",
"main": "./public/index.html",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "live-server ./public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chingu-voyages/v47-tier1-team-04.git"
},
"keywords": [
"collaboration",
"task-manager",
"hackathon",
"crud",
"vanilla",
"new",
"entry-level",
"good-first-issue",
"chingu",
"voyage-47",
"day-tracker",
"monthly-tracker",
"task-tracker",
"html",
"css",
"javascript"
],
"author": "Amanda Libbey, Jayanti Neu, Stacy Riley, Tasmine Wakil, Mikey Nichols, Will Burroughs, Emmett Pennington",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/chingu-voyages/v47-tier1-team-04/issues"
},
"homepage": "https://github.com/chingu-voyages/v47-tier1-team-04#readme",
"devDependencies": {
"live-server": "^1.2.2"
}
}