Skip to content

Commit

Permalink
package.json for spm
Browse files Browse the repository at this point in the history
  • Loading branch information
sadr0b0t committed Sep 15, 2018
1 parent 52b716a commit 960dd9e
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "spareparts",
"version": "0.1.0-beta.1",
"description": "3d models of various random electronic and mechanical components for OpenSCAD",
"files": [
"arduino.scad",
"descrete.scad",
"microchips.scad",
"panel-mount.scad",
"plugs-n-jacks.scad",
"sensors.scad",
"README.md",
"LICENSE"
],
"dependencies": {
"2d_points": "^0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sadr0b0t/spareparts.git"
},
"keywords": [
"OpenSCAD",
"pcb",
"panel mount",
"descrete",
"components",
"sensors",
"electronics",
"microchips",
"arduino"
],
"author": "sadr0b0t",
"license": "MIT",
"bugs": {
"url": "https://github.com/sadr0b0t/spareparts/issues"
},
"homepage": "https://github.com/sadr0b0t/spareparts"
}

0 comments on commit 960dd9e

Please sign in to comment.