forked from Autodesk-Forge/forge-api-nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1010 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
31
32
33
34
35
36
{
"name": "forge-apis",
"version": "0.2.7",
"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 --recursive",
"coverage": "istanbul cover _mocha -- --recursive"
},
"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.",
"dependencies": {
"request": "^2.79.0"
},
"keywords": [
"autodesk",
"autodesk-forge",
"rest",
"restful",
"api"
],
"devDependencies": {
"expect.js": "~0.3.1",
"istanbul": "^0.4.5",
"mocha": "~2.3.4",
"nock": "^8.0.0",
"sinon": "1.17.3"
}
}