Skip to content

Commit

Permalink
add package.jsom manifest ; resolves #95
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Nov 2, 2018
1 parent c53a761 commit d18886c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "sifive-blocks",
"version": "1.0.0",
"description": "Common RTL blocks used in SiFive's projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sifive/sifive-blocks.git"
},
"keywords": [
"RTL",
"Chisel"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sifive/sifive-blocks/issues"
},
"homepage": "https://github.com/sifive/sifive-blocks#readme"
}

0 comments on commit d18886c

Please sign in to comment.