-
Notifications
You must be signed in to change notification settings - Fork 126
/
Copy pathpackage.json
46 lines (46 loc) · 894 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
41
42
43
44
45
46
{
"name": "nodobjc",
"description": "The Node.js ⇆ Objective-C bridge",
"keywords": [
"obj",
"objective",
"c",
"mac",
"apple",
"ios",
"osx",
"cocoa",
"ffi",
"bridge"
],
"os": [
"darwin"
],
"version": "2.1.0",
"license": "MIT",
"author": "Nathan Rajlich <[email protected]> (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"
}
}