added package.json package-lock.json
This commit is contained in:
parent
3b53856b14
commit
7c97373d4e
2362
package-lock.json
generated
Normal file
2362
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
24
package.json
Normal file
24
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user