forked from saneki-discontinued/node-toxcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (40 loc) · 883 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
{
"name": "toxcore",
"version": "1.1.4",
"description": "Node bindings for libtoxcore",
"keywords": ["im", "libtoxcore", "node-toxcore", "skype", "tox", "toxcore"],
"license": "GPL-3.0",
"author": {
"name": "saneki",
"email": "[email protected]"
},
"main": "./lib/main.js",
"files": ["lib", "typings"],
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/saneki/node-toxcore.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"buffertools": "~2.1.3",
"ffi": "~1.3.2",
"ref": "~1.0.2",
"ref-struct": "~1.0.1",
"ref-array": "~1.1.1",
"underscore": "~1.7.0"
},
"devDependencies": {
"async": "^0.9.0",
"grunt": "~0.4.5",
"grunt-jsdoc": "<=0.6.0",
"jsdoc": "<=3.3.0",
"mktemp": "~0.4.0",
"mocha": "~2.1.0",
"should": "~3.3.1"
}
}