forked from HackingHistory/api-practice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 719 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "02-api-practice",
"version": "0.0.1",
"description": "class assignment 2 for hacking history",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node node_modules/http-server/bin/http-server -o index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackingHistory/01-html-card-assignment.git"
},
"author": "Matt Price <matt.price@utoronto.ca>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/HackingHistory/01-html-card-assignment/issues"
},
"homepage": "https://github.com/HackingHistory/01-html-card-assignment#readme",
"dependencies": {
"http-server": "^14.1.0"
}
}