pointvec/package.json

25 lines
531 B
JSON

{
"name": "pointvec",
"version": "1.0.0",
"description": "Fork of dotgrid with additional features and refractoring.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.sdf.org/Atlas48/pointvec.git"
},
"keywords": [
"vector",
"browser",
"webapp"
],
"author": "Atlas Cove <Atlas48@gmx.com>",
"license": "MIT",
"devDependencies": {
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
}
}