Skip to content

Commit

Permalink
add library.json / library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideaki Tai committed Mar 23, 2018
1 parent db5fd1c commit 21cd1ae
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
20 changes: 20 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "IM920",
"keywords": "serial",
"description": "Interplan IM920 series wrapper for Arduino and openFrameworks",
"repository":
{
"type": "git",
"url": "https://github.com/hideakitai/IM920"
},
"authors":
{
"name": "Hideaki Tai",
"url": "https://github.com/hideakitai",
"maintainer": true
},
"version": "0.1.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}
9 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name=IM920
version=0.1.0
author=hideakitai
maintainer=hideakitai
sentence=Interplan IM920 series wrapper for Arduino and openFrameworks
paragraph=Interplan IM920 series wrapper for Arduino and openFrameworks
category=Communication
url=https://github.com/hideakitai
architectures=*

0 comments on commit 21cd1ae

Please sign in to comment.