forked from Autodesk-Forge/forge-digital-twin
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
30 lines (30 loc) · 802 Bytes
/
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
{
"name": "forge-digital-twin",
"version": "1.3.3",
"description": "Autodesk Forge application demonstrating various use cases in manufacturing, specifically in context of digital twins.",
"scripts": {
"build:client": "node-sass tools/bootstrap-theme/custom.scss public/stylesheets/bootstrap.css",
"start": "node server.js"
},
"keywords": [
"autodesk",
"forge",
"manufacturing",
"digital-twin"
],
"author": "Petr Broz <petr.broz@autodesk.com>",
"license": "MIT",
"dependencies": {
"autodesk-forge-tools": "^0.2.0",
"express": "^4.16.4",
"helmet": "^3.16.0",
"mongoose": "^5.4.20",
"morgan": "^1.9.1",
"pug": "^2.0.3",
"validator": "^10.11.0"
},
"devDependencies": {
"bootstrap": "^4.3.1",
"node-sass": "^4.12.0"
}
}