-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 792 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 792 Bytes
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
{
"name": "create-bim-app",
"description": "Quickly start your next BIM App with That Open Engine.",
"version": "3.2.0",
"author": "That Open Company",
"contributors": [
"Juan Hoyos (https://github.com/HoyosJuan)",
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
"Pablo Aguilar (https://github.com/pabloaguilarv)"
],
"bin": {
"create-bim-app": "./index.js"
},
"license": "MIT",
"homepage": "https://github.com/ThatOpen/engine_templates#readme",
"bugs": {
"url": "https://github.com/ThatOpen/engine_templates/issues"
},
"type": "module",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ThatOpen/engine_templates.git"
},
"dependencies": {
"inquirer": "9.2.11",
"ncp": "2.0.0"
}
}