27 lines
574 B
JSON
Raw Normal View History

2018-08-04 22:23:06 +01:00
{
2018-08-17 22:10:54 +01:00
"name": "@node-red/registry",
2024-12-16 11:35:14 +00:00
"version": "4.0.6",
2018-08-17 22:10:54 +01:00
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red.git"
},
"contributors": [
2018-12-07 11:40:33 +00:00
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
],
2018-08-17 22:10:54 +01:00
"dependencies": {
2024-12-16 11:35:14 +00:00
"@node-red/util": "4.0.6",
"clone": "2.1.2",
2024-05-30 16:43:33 +01:00
"fs-extra": "11.2.0",
2024-10-07 16:30:38 +01:00
"semver": "7.6.3",
"tar": "7.4.3",
2022-12-03 22:43:03 +00:00
"uglify-js": "3.17.4"
2018-08-17 22:10:54 +01:00
}
}