UNPKG

node-occ

Version:

OpenCascade OCCT Wrapper for Node js

72 lines (71 loc) 1.7 kB
{ "name": "node-occ", "version": "1.0.1", "description": "OpenCascade OCCT Wrapper for Node js", "preferGlobal": true, "dependencies": { "async": "^3.2.0", "colors": "*", "gettemporaryfilepath": "1.0.1", "nan": "^2.14.1", "node-pre-gyp": "^0.15.0", "pace": "~0.0.4", "progress": "~2.0.3" }, "devDependencies": { "@types/mocha": "^8.0.2", "aws-sdk": "^2.734.0", "eslint": "^7.7.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-require-path-exists": "^1.1.9", "eslint-plugin-standard": "^4.0.1", "eslint-utils": "^2.1.0", "mocha": "^7.2.0", "should": "~13.2.3" }, "main": "index", "author": { "name": "Etienne Rossignon" }, "engines": { "node": "*" }, "keywords": [ "3D", "CAD", "OpenCascade", "OCE", "Solid Modeler", "geometry", "BRep" ], "repository": { "type": "git", "url": "https://github.com/openwebcad/node-occ.git" }, "scripts": { "install": "node-pre-gyp install --fallback-to-build", "test": "mocha -R spec", "lint": "eslint lib test bin", "doc": "grunt doc", "postinstall": "node post-install.js" }, "binary": { "module_name": "occ", "module_path": "./lib/binding/", "host-aws": "https://nodeocc.s3-us-west-1.amazonaws.com", "host": "https://github.com/openwebcad/node-occ/releases/download/", "remote_path": "{version}" }, "gypfile": true, "bugs": { "url": "https://github.com/openwebcad/node-occ/issues" }, "directories": { "test": "test" }, "license": "MIT" }