jsdx-connman
Version:
JSDX Connection Manager API
34 lines (33 loc) • 668 B
JSON
{
"name": "jsdx-connman",
"version": "0.2.1",
"description": "JSDX Connection Manager API",
"keywords": [
"jsdx",
"connection manager",
"network",
"gui"
],
"homepage": "https://github.com/cfsghost/jsdx-connman",
"author": {
"name": "Fred Chien(錢逢祥)",
"email": "fred@mandice.com",
"web": "http://www.mandice.com/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:cfsghost/jsdx-connman.git"
},
"directories": {
"tests": "lib"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"dbus": ">= 0.2.0",
"async": "~0.2.9"
},
"main" : "./lib/connman"
}