mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
26 lines
559 B
JSON
26 lines
559 B
JSON
{
|
|
"name": "@node-red/registry",
|
|
"version": "1.2.0-alpha.1",
|
|
"license": "Apache-2.0",
|
|
"main": "./lib/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Nick O'Leary"
|
|
},
|
|
{
|
|
"name": "Dave Conway-Jones"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@node-red/util": "1.2.0-alpha.1",
|
|
"semver": "6.3.0",
|
|
"tar": "6.0.2",
|
|
"uglify-js": "3.10.0",
|
|
"when": "3.7.8"
|
|
}
|
|
}
|