node-red-contrib-web-worldmap
Version:
A Node-RED node to provide a web page of a world map for plotting things on.
19 lines (18 loc) • 438 B
JSON
{
"name": "bufferlist",
"version": "0.1.0",
"description": "Create linked lists of Buffer objects",
"directories": { "lib": "." },
"main": "./bufferlist",
"repository": {
"type": "git",
"url": "http://github.com/substack/node-bufferlist.git"
},
"devDependencies" : {
"expresso": ">= 0.7.2"
},
"scripts": {
"test": "expresso"
},
"engine": ["node >=0.1.97"]
}