UNPKG

sapnwrfc

Version:

Bindings for the SAP NetWeaver RFC SDK

41 lines (40 loc) 930 B
{ "name": "sapnwrfc", "version": "0.2.0", "description": "Bindings for the SAP NetWeaver RFC SDK", "license": "MIT", "homepage": "https://github.com/jdorner/node-sapnwrfc", "repository": { "type": "git", "url": "git://github.com/jdorner/node-sapnwrfc.git" }, "keywords": [ "sapnwrfc", "sap", "rfc" ], "author": "Joachim Dorner <joachim.dorner@gmail.com>", "main": "sapnwrfc", "engines": { "node": ">= 0.8.0", "iojs": ">= 1.0.0" }, "dependencies": { "bindings": ">=0.3.0", "nan": "^2.1.0" }, "devDependencies": { "gulp": "^3.9.0", "gulp-mocha": "^2.1.3", "gulp-util": "^3.0.7", "mocha": "^2.3.3", "run-sequence": "^1.1.4", "should": "^7.1.1" }, "scripts": { "install": "node preinstall.js", "test": "npm run test:linux", "test:linux": "export LD_LIBRARY_PATH=nwrfcsdk/lib && gulp test", "test:win32": "gulp test" } }