node-red-contrib-mockingbird
Version:
A Node-RED node to create a mockdata for test-cases.
20 lines • 530 B
JSON
{
"name": "node-red-contrib-mockingbird",
"version": "0.1.0",
"description": "A Node-RED node to create a mockdata for test-cases.",
"keywords": [ "node-red", "data-generator", "dummy-json", "mockdata", "mockingbird" ],
"node-red": {
"nodes": {
"mockingbird": "mockingbird.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/somax/node-red-contrib-mockingbird.git"
},
"author": "somaxj@163.com",
"license": "apache 2.0",
"dependencies": {
"dummy-json": "^2.0.0"
}
}