forked from Autodesk-Forge/forge-api-nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.49 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "forge-apis",
"version": "0.8.6",
"description": "The Forge Platform contains an expanding collection of web service components that can be used with Autodesk cloud-based products or your own technologies. Take advantage of Autodesk’s expertise in design and engineering.",
"license": "Apache-2.0",
"main": "src/index.js",
"engines": {
"node": ">= 10.12.0"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --colors --recursive --timeout 10000 ./test",
"test-oauth": "./node_modules/mocha/bin/mocha --colors --recursive --timeout 10000 ./test/auth",
"test-api": "./node_modules/mocha/bin/mocha --colors --recursive --timeout 10000 ./test/api",
"test-model": "./node_modules/mocha/bin/mocha --colors --recursive --timeout 10000 ./test/model",
"test-hubs": "./node_modules/mocha/bin/mocha --colors --timeout 10000 ./test/api/HubsApi.spec",
"coverage": "nyc npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/Autodesk-Forge/forge-api-nodejs-client"
},
"bugs": {
"url": "https://github.com/Autodesk-Forge/forge-api-nodejs-client/issues"
},
"author": "Autodesk Inc.",
"contributors": [
"Cyrille Fauvel <cyrille@autodesk.com>",
"Augusto Goncalves <augusto.goncalves@autodesk.com>"
],
"dependencies": {
"request": "^2.88.2"
},
"keywords": [
"autodesk",
"autodesk-forge",
"rest",
"restful",
"api"
],
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^8.2.1",
"nock": "^11.9.1",
"nyc": "^14.1.1",
"sinon": "^7.5.0"
}
}