-
Notifications
You must be signed in to change notification settings - Fork 214
/
package.json
35 lines (35 loc) · 1.16 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
{
"name": "cesium-native",
"version": "0.41.0",
"description": "Cesium 3D Geospatial for C++",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"format": "clang-format -i \"--glob=@(Cesium*)/**/*.@(cpp|h|hpp)\"",
"check-format": "check-clang-format",
"generate-gltf": "cd tools/generate-classes && npm run generate-gltf && cd ../.. && npm run format",
"generate-3d-tiles": "cd tools/generate-classes && npm run generate-3d-tiles && cd ../.. && npm run format",
"generate-quantized-mesh-terrain": "cd tools/generate-classes && npm run generate-quantized-mesh-terrain && cd ../.. && npm run format"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CesiumGS/cesium-native.git"
},
"keywords": [
"3D",
"geospatial",
"C++"
],
"author": "CesiumGS, Inc. and Contributors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/CesiumGS/cesium-native/issues"
},
"homepage": "https://github.com/CesiumGS/cesium-native#readme",
"devDependencies": {
"clang-format": "^1.5.0",
"doxygen-awesome-css": "https://github.com/jothepro/doxygen-awesome-css#v2.3.4"
}
}