2018-08-04 23:23:06 +02:00
|
|
|
{
|
2018-08-17 23:10:54 +02:00
|
|
|
"name": "@node-red/registry",
|
2020-04-06 21:29:22 +02:00
|
|
|
"version": "1.1.0",
|
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": {
|
2020-04-06 21:29:22 +02:00
|
|
|
"@node-red/util": "1.1.0",
|
2019-08-22 11:40:33 +02:00
|
|
|
"semver": "6.3.0",
|
2020-04-08 18:43:32 +02:00
|
|
|
"uglify-js": "3.8.1",
|
2018-08-17 23:10:54 +02:00
|
|
|
"when": "3.7.8"
|
|
|
|
}
|
2018-08-20 21:31:29 +02:00
|
|
|
}
|