added package.json package-lock.json

This commit is contained in:
Atlas Cove 2021-09-24 19:24:23 +01:00
parent 3b53856b14
commit 7c97373d4e
2 changed files with 2386 additions and 0 deletions

2362
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"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"
}
}