Initial commit: v1.0
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "sandcastle",
|
||||
"version": "1.0.0",
|
||||
"description": "SandCastle - Координаты и захват изображений",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"keywords": [
|
||||
"cesium",
|
||||
"coordinates",
|
||||
"capture"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"pngjs": "^7.0.0",
|
||||
"utif": "^3.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user