aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUri Shaked2021-01-31 22:47:07 +0200
committerUri Shaked2021-01-31 22:47:07 +0200
commit457bb011c9a2bbb80423c110f8686601e213668b (patch)
tree8080dcea963fe176a98305d0817f5a95540a5253
parentdocs: add license / typescript shields to README (diff)
downloadavr8js-457bb011c9a2bbb80423c110f8686601e213668b.tar.gz
avr8js-457bb011c9a2bbb80423c110f8686601e213668b.tar.bz2
avr8js-457bb011c9a2bbb80423c110f8686601e213668b.zip
docs: add description/keywords to package.json
Diffstat (limited to '')
-rw-r--r--package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/package.json b/package.json
index 899368f..0512814 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,19 @@
"author": "Uri Shaked <uri@urishaked.com>",
"repository": "https://github.com/wokwi/avr8js",
"license": "MIT",
+ "description": "Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js",
+ "keywords": [
+ "Arduino",
+ "Arduino Uno",
+ "AVR",
+ "8 bit",
+ "MCU",
+ "simulation",
+ "simulator",
+ "ATmega",
+ "ATmega328p",
+ "microcontroller"
+ ],
"scripts": {
"build": "rimraf dist && tsc --sourceMap false && tsc -m commonjs --outDir dist/cjs --sourceMap false",
"build:demo": "parcel build demo/src/index.html -d demo/dist",