2018-08-04 23:23:06 +02:00
|
|
|
{
|
2018-08-17 23:10:54 +02:00
|
|
|
"name": "@node-red/registry",
|
2021-06-10 17:28:32 +02:00
|
|
|
"version": "2.0.0-beta.2",
|
2018-08-17 23:10:54 +02:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./lib/index.js",
|
2018-08-20 21:31:29 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
|
|
},
|
|
|
|
"contributors": [
|
2018-12-07 12:40:33 +01:00
|
|
|
{
|
|
|
|
"name": "Nick O'Leary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Dave Conway-Jones"
|
|
|
|
}
|
2018-08-20 21:31:29 +02:00
|
|
|
],
|
2018-08-17 23:10:54 +02:00
|
|
|
"dependencies": {
|
2021-06-10 17:28:32 +02:00
|
|
|
"@node-red/util": "2.0.0-beta.2",
|
2021-04-09 15:12:10 +02:00
|
|
|
"semver": "7.3.5",
|
2021-04-06 19:31:02 +02:00
|
|
|
"tar": "6.1.0",
|
2021-06-08 18:33:40 +02:00
|
|
|
"uglify-js": "3.13.9"
|
2018-08-17 23:10:54 +02:00
|
|
|
}
|
2018-08-20 21:31:29 +02:00
|
|
|
}
|