Generating panels as an svg
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "parachute-svg-generator",
|
||||
"version": "0.1.0",
|
||||
"description": "Generate an SVG outline of a parachute panel for an elliptical parachute",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@git.emaker.limited:chopster44/Parachute-SVG-Generator.git"
|
||||
},
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"author": "chopster44",
|
||||
"type": "commonjs",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user