ModelHandle/package.json
2021-03-27 13:43:04 +01:00

20 lines
471 B
JSON

{
"name": "online-3d-viewer",
"description": "Online 3D Viewer",
"version": "0.7.3",
"repository": "github:kovacsv/Online3DViewer",
"license": "MIT",
"devDependencies": {
"google-closure-compiler": "^20210302.0.0",
"jshint": "^2.12.0",
"mocha": "^8.3.2",
"svgo": "^2.2.2"
},
"scripts": {
"test": "mocha test",
"build": "python tools/create_package.py",
"update": "python tools/update_includes.py",
"svg": "python tools/optimize_svg_files.py"
}
}