Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
Init package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvollmer committed Mar 7, 2018
1 parent 095a2b8 commit c7ea3a6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "fritzing-js",
"version": "0.0.1",
"description": "fritzing js",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fritzing/fritzing-js.git"
},
"keywords": [
"fritzing"
],
"author": "Fritzing",
"license": "MIT",
"bugs": {
"url": "https://github.com/fritzing/fritzing-js/issues"
},
"homepage": "https://github.com/fritzing/fritzing-js#readme"
}

0 comments on commit c7ea3a6

Please sign in to comment.