forked from jdorner/node-sapnwrfc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 930 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
37
38
39
40
{
"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 <[email protected]>",
"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"
}
}