1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

27 lines
573 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",
2021-05-18 11:52:49 +01:00
"version": "1.3.5",
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": {
2021-05-18 11:52:49 +01:00
"@node-red/util": "1.3.5",
"clone": "2.1.2",
"fs-extra": "8.1.0",
2019-08-22 10:40:33 +01:00
"semver": "6.3.0",
2021-04-06 18:31:02 +01:00
"tar": "6.1.0",
"uglify-js": "3.13.3"
2018-08-17 22:10:54 +01:00
}
}