UNPKG

nodobjc-x

Version:

The Node.js ⇆ Objective-C bridge

47 lines (46 loc) 896 B
{ "name": "nodobjc-x", "description": "The Node.js ⇆ Objective-C bridge", "keywords": [ "obj", "objective", "c", "mac", "apple", "ios", "osx", "cocoa", "ffi", "bridge" ], "os": [ "darwin" ], "version": "2.1.1", "license": "MIT", "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)", "repository": { "type": "git", "url": "git://github.com/TooTallNate/NodObjC.git" }, "main": "./lib/index.js", "scripts": { "test": "./test/run.sh test/*.js" }, "dependencies": { "debug": "*", "ffi": "2", "function-class": "^1.0.0", "ref": "^1.3.2", "ref-struct": "^1.0.2", "setprototypeof": "^1.0.0" }, "devDependencies": { "libxmljs": "~0.14.3", "dox": "0.3.x", "memwatch-next": "*", "highlight.js": "1", "jade": "0.25.x", "marked": "0.2.x" } }