forked from Autodesk-Forge/forge-api-nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.46 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "forge-apis",
"version": "0.7.3",
"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",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --colors --recursive --timeout 10000 ./test",
"test2": "./node_modules/mocha/bin/mocha --colors --timeout 10000 ./test/api/HubsApi.spec",
"testda": "./node_modules/mocha/bin/mocha --colors --timeout 10000 ./test/api/EnginesApi.spec",
"testdaw": "./node_modules/mocha/bin/mocha --colors --timeout 10000 ./test/api/EnginesApiWarning.spec",
"testdaa": "./node_modules/mocha/bin/mocha --colors --timeout 10000 ./test/api/ActivitiesApi.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 <[email protected]>",
"Augusto Goncalves <[email protected]>"
],
"dependencies": {
"request": "^2.88.0"
},
"keywords": [
"autodesk",
"autodesk-forge",
"rest",
"restful",
"api"
],
"devDependencies": {
"expect.js": "^0.3.1",
"nyc": "^14.1.1",
"mocha": "^6.2.2",
"nock": "^11.7.0",
"sinon": "^7.5.0"
}
}