We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53330c0 commit 1b6cde6Copy full SHA for 1b6cde6
package.json
@@ -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