UNPKG

forge-oss

Version:

Asynchronous Javascript/Node.js library for the Autodesk Forge OSS API.

42 lines (41 loc) 870 B
{ "name": "forge-oss", "version": "2.1.0", "description": "Asynchronous Javascript/Node.js library for the Autodesk Forge OSS API.", "homepage": "https://developer.autodesk.com/", "repository": { "type": "git", "url": "https://github.com/cyrillef/forge.oss-js" }, "bugs": { "url": "https://github.com/cyrillef/forge.oss-js/issues" }, "author": "", "contributors": [ "Cyrille Fauvel <cyrille@autodesk.com>" ], "license": "MIT", "main": "src/index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha --recursive" }, "keywords": [ "framework", "lmv", "forge", "autodesk", "rest", "restful", "api" ], "dependencies": { "forge-apis": "0.2.7" }, "devDependencies": { "mocha": "~2.3.4", "sinon": "1.17.3", "expect.js": "~0.3.1" }, "optionalDependencies": { } }