-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 886 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 886 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
30
31
32
33
{
"name": "derivative-service-node.js-sample",
"version": "1.0.0",
"description": "A sample that shows how to use the Model Derivative API.",
"dependencies": {
"body-parser": "^1.15.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"formidable": "^1.0.17",
"morgan": "^1.7.0",
"oauth": "^0.9.14",
"request": "^2.72.0",
"trim": "0.0.1",
"forge-data-management": "*",
"forge-model-derivative": "*",
"forge-oauth2": "*",
"forge-oss": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/developer-autodesk/model.derivative-nodejs-sample"
},
"scripts": {
"start" : "NODE_ENV=production node start.js",
"dev": "node start.js",
"nodemon": "nodemon start.js --ignore www/"
},
"author": "Forge Partner Development",
"license": "MIT"
}