UNPKG

owjs

Version:

A client library for the 1-wire server protocol

27 lines (26 loc) 497 B
{ "name": "owjs", "version": "0.1.1", "description": "A client library for the 1-wire server protocol", "main": "owjs.js", "keywords": [ "owfs", "1-wire" ], "repository": { "type": "git", "url": "https://github.com/vkfont/owjs.git" }, "author": "Andrey Afoninsky <vkfont@gmail.com>", "license": "BSD", "dependencies": { "q": "~0.9.7" }, "devDependencies": { "should": "~1.3.0", "mocha": "~1.13.0" }, "scripts": { "test": "mocha" } }