jarvisnode
Version:
A library written in Node.js used to communicate with my Jarvis project
24 lines (23 loc) • 482 B
JSON
{
"name": "jarvisnode",
"version": "1.1.10",
"description": "A library written in Node.js used to communicate with my Jarvis project",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/EricNisoli/jarvisnode.git"
},
"keywords": [
"nodejs",
"jarvis",
"library"
],
"author": "Eric Nisoli",
"license": "MIT",
"dependencies": {
"debug": "^2.1.1",
"extend": "^2.0.0",
"ip": "^0.3.2"
}
}