udoo
Version:
UDOO GPIO abstraction library for Node.js & command line tool. (callback, promise, and synchronous styles supported)
49 lines (48 loc) • 967 B
JSON
{
"name": "udoo",
"description": "UDOO GPIO abstraction library for Node.js & command line tool. (callback, promise, and synchronous styles supported)",
"version": "0.2.0",
"license": "MIT",
"author": {
"name": "Pilwon Huh",
"email": "pilwon@gmail.com"
},
"homepage": "https://github.com/pilwon/node-udoo",
"repository": {
"type": "git",
"url": "git://github.com/pilwon/node-udoo.git"
},
"keywords": [
"udoo",
"board",
"gpio",
"pin",
"arduino",
"due",
"atmel",
"cortex",
"sam3x",
"arm",
"mx6",
"freescale",
"promise"
],
"dependencies": {
"async": "~0.2.9",
"colors": "~0.6.2",
"lodash": "~2.3.0",
"q": "~0.9.7"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.3",
"matchdep": "~0.3.0"
},
"bin": {
"udoo": "./bin/udoo"
},
"scripts": {
"prepublish": "npm prune"
}
}