-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "cahvore-camera-tools",
"description": "Set of cahvore transformation functions ported from C++ implementations.",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/NASA-AMMOS/CameraModelUtilsJS.git"
},
"bugs": {
"url": "https://github.com/NASA-AMMOS/CameraModelUtilsJS/issues"
},
"homepage": "https://github.com/NASA-AMMOS/CameraModelUtilsJS#readme",
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"@types/three": ">=0.128.0",
"babel-jest": "^27.2.4",
"eslint": "^6.8.0",
"eslint-config-mdcs": "^5.0.0",
"eslint-plugin-jest": "^23.20.0",
"jest": "^27.2.4",
"three": "^0.136.0"
},
"author": "Garrett Johnson <[email protected]>",
"license": "Apache-2.0",
"main": "src/index.js",
"scripts": {
"lint": "eslint \"src/**/*.js\"",
"test": "jest"
},
"sideEffects": false,
"type": "module",
"keywords": [
"visualization",
"camera",
"nasa",
"nasa-jpl",
"graphics",
"threejs",
"rendering",
"cahvore",
"cahvor",
"cahv",
"camera-model"
]
}