Skip to content

Commit

Permalink
chore: added missing package.json info
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechsimetka committed Feb 3, 2021
1 parent cd3a175 commit 0d37569
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
{
"name": "bee-docusaurus-v-2",
"name": "bee-js-docs",
"version": "0.0.0",
"private": true,
"description": "Documentation for bee-js library",
"keywords": [
"Bee",
"Swarm",
"Decentralised Storage",
"Documentation"
],
"homepage": "https://github.com/ethersphere/bee-js.github.io",
"bugs": {
"url": "https://github.com/ethersphere/bee-js.github.io/issues/"
},
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/ethersphere/bee-js.github.io.git"
},
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
Expand Down Expand Up @@ -30,5 +46,9 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
}
}

0 comments on commit 0d37569

Please sign in to comment.