2018-08-04 22:23:06 +01:00
|
|
|
{
|
2018-08-17 22:10:54 +01:00
|
|
|
"name": "@node-red/registry",
|
2021-09-27 17:50:09 +01:00
|
|
|
"version": "2.1.0-beta.1",
|
2018-08-17 22:10:54 +01:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./lib/index.js",
|
2018-08-20 20:31:29 +01:00
|
|
|
"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-20 20:31:29 +01:00
|
|
|
],
|
2018-08-17 22:10:54 +01:00
|
|
|
"dependencies": {
|
2021-09-27 17:50:09 +01:00
|
|
|
"@node-red/util": "2.1.0-beta.1",
|
2021-07-08 19:14:53 +09:00
|
|
|
"clone": "2.1.2",
|
|
|
|
"fs-extra": "10.0.0",
|
2021-04-09 14:12:10 +01:00
|
|
|
"semver": "7.3.5",
|
2021-09-02 08:21:10 +01:00
|
|
|
"tar": "6.1.11",
|
2021-10-06 09:11:20 +01:00
|
|
|
"uglify-js": "3.14.2"
|
2018-08-17 22:10:54 +01:00
|
|
|
}
|
2018-08-20 20:31:29 +01:00
|
|
|
}
|