lovesense
Version:
Javascript/Node.js drivers and protocol implementation for Lovense Products (Max, Nora, Lush, Hush, etc...)
43 lines (42 loc) • 1.23 kB
JSON
{
"name": "lovesense",
"version": "0.0.2",
"description": "Javascript/Node.js drivers and protocol implementation for Lovense Products (Max, Nora, Lush, Hush, etc...)",
"main": "index.js",
"scripts": {
"generate-docs": "node_modules/.bin/jsdoc --configure doc/conf.json --verbose",
"test": "mocha tests/",
"test-travis": "istanbul cover _mocha -- tests/ && codeclimate-test-reporter < coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metafetish/lovesense-js.git"
},
"keywords": [
"sextoy",
"lovense",
"driver",
"hardware",
"serial"
],
"author": "The Metafetish Project",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/metafetish/lovesense-js/issues",
"email": "kyle@machul.is"
},
"homepage": "https://github.com/metafetish/lovesense-js#readme",
"dependencies": {
"commander": "^2.9.0",
"marcosc-async": "^3.0.0",
"serialport": "4.x",
"virtual-serialport": "git+https://github.com/qdot/virtual-serialport.git"
},
"devDependencies": {
"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.3.3",
"istanbul": "^0.4.4",
"minami": "^1.1.1",
"mocha": "^2.5.3"
}
}