Skip to content

Commit 1b6cde6

Browse files
committed
Adding a package json for github stuff
1 parent 53330c0 commit 1b6cde6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "verilog",
3+
"version": "0.1.0",
4+
"description": "SPARCV8-based hardware design. Part of a college course",
5+
"main": "/",
6+
"directories": {
7+
"src": "src",
8+
"testers": "testers",
9+
"docs": "documentation"
10+
},
11+
"scripts": {
12+
"test": "echo \"Error: no test specified\" && exit 1"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/FrenzyExists/Computer-Architecture-Project-SPARC.git"
17+
},
18+
"author": "Detective Pikachu",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/FrenzyExists/Computer-Architecture-Project-SPARC/issues"
22+
},
23+
"homepage": "https://github.com/FrenzyExists/Computer-Architecture-Project-SPARC#readme"
24+
}

0 commit comments

Comments
 (0)