forked from Chris-Cullins/hllapi-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 718 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 718 Bytes
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
{
"name": "hllapi-node",
"version": "0.3.0",
"description": "A HLLAPI wrapper in Node.js for interacting with a 3270 terminal emulator",
"main": "hllapi.js",
"dependencies": {
"node-gyp": "^0.13.1",
"ref": "^0.3.2",
"ffi": "^1.2.7",
"jasmine-node": "1.14.2"
},
"devDependencies": {},
"scripts": {
"test": "jasmine-node spec/"
},
"repository": {
"type": "git",
"url": "https://github.com/Chris-Cullins/hllapi-node.git"
},
"keywords": [
"hllapi",
"ffi"
],
"author": "Chris Cullins",
"license": "MIT license",
"bugs": {
"url": "https://github.com/Chris-Cullins/hllapi-node/issues"
},
"homepage": "https://github.com/Chris-Cullins/hllapi-node"
}