toxcore
Version:
Node bindings for libtoxcore
43 lines (42 loc) • 870 B
JSON
{
"name": "toxcore",
"version": "1.3.0",
"description": "Node bindings for libtoxcore",
"keywords": ["im", "libtoxcore", "node-toxcore", "skype", "tox", "toxcore"],
"license": "GPL-3.0",
"author": {
"name": "saneki",
"email": "s@neki.me"
},
"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",
"ffi": "2",
"ref": "^1.2",
"ref-struct": "1",
"ref-array": "1",
"underscore": "1"
},
"devDependencies": {
"async": "1",
"grunt": "0.4",
"grunt-jsdoc": "1",
"grunt-shell": "1",
"ink-docstrap": "0.5",
"jsdoc": "3",
"mktemp": "0.4",
"mocha": "2",
"should": "7"
}
}