Initial Commit
parents
package-lock.json
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "ogc3dcontainerentitiesmodel", | |||
| "version": "1.0.4", | |||
| "description": "This project is a TypeScript Library for the entities used in the OGC 3D container (AKA GeoVolume API)", | |||
| "main": "lib/index.js", | |||
| "module": "lib/index.esm.js", | |||
| "scripts": { | |||
| "build": "rollup -c", | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://gitlab.com/hanadiEbrahim/ogc3dcontainerentitiesmodel.git" | |||
| }, | |||
| "keywords": [], | |||
| "author": "", | |||
| "license": "ISC", | |||
| "bugs": { | |||
| "url": "https://gitlab.com/hanadiEbrahim/ogc3dcontainerentitiesmodel/issues" | |||
| }, | |||
| "homepage": "https://gitlab.com/hanadiEbrahim/ogc3dcontainerentitiesmodel#readme", | |||
| "dependencies": { | |||
| "typescript": "^4.1.3" | |||
| }, | |||
| "devDependencies": { | |||
| "rollup": "^2.35.1", | |||
| "rollup-plugin-typescript2": "^0.29.0" | |||
| }, | |||
| "files": [ | |||
| "lib", | |||
| "package.json" | |||
| ] | |||
| } |
rollup.config.js
0 → 100644
src/BoundingVolume.ts
0 → 100644
src/Collections.ts
0 → 100644
src/Conformance.ts
0 → 100644
src/Exception.ts
0 → 100644
src/ExceptionCode.ts
0 → 100644
src/Extent.ts
0 → 100644
src/Helpers.ts
0 → 100644
src/LandingPage.ts
0 → 100644
src/Link.ts
0 → 100644
src/RelationshipLink.ts
0 → 100644
src/Root.ts
0 → 100644
src/SpatialExtent.ts
0 → 100644
src/TemporalExtent.ts
0 → 100644
src/Type.ts
0 → 100644
src/_3DContainer.ts
0 → 100644
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment