Skip to content

Commit

Permalink
Added npm and composer configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Nov 1, 2019
1 parent 692f8c2 commit 6a3fbd9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "smarek/aprs-symbols",
"description": "CSS module to render APRS symbol tables, with optional JS helpers",
"keywords": ["aprs"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Marek Sebera",
"email": "[email protected]"
}
],
"require": {},
"suggest": {}
}
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "aprs-symbols",
"version": "0.0.1",
"description": "CSS module to render APRS symbol tables, with optional JS helpers",
"main": "aprs-symbols.js",
"files": [
"aprs-symbols.js",
"aprs-symbols.css",
"aprs-symbols-24-0.png",
"aprs-symbols-24-1.png",
"aprs-symbols-24-2.png",
],
"repository": {
"type": "git",
"url": "git+https://github.com/smarek/aprs-symbols.git"
},
"keywords": [
"aprs"
],
"author": "Marek Sebera",
"license": "MIT",
"bugs": {
"url": "https://github.com/smarek/aprs-symbols/issues"
},
"homepage": "https://smarek.github.io/aprs-symbols/"
}

0 comments on commit 6a3fbd9

Please sign in to comment.