Files
Parachute-SVG-Generator/package.json

17 lines
459 B
JSON

{
"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"
}
}