2018-08-04 22:23:06 +01:00
|
|
|
{
|
2018-08-17 22:10:54 +01:00
|
|
|
"name": "@node-red/registry",
|
2019-01-28 15:29:01 +00:00
|
|
|
"version": "0.20.0-beta.4",
|
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": {
|
2019-01-28 15:29:01 +00:00
|
|
|
"@node-red/util": "0.20.0-beta.4",
|
2018-10-31 13:57:29 +00:00
|
|
|
"semver": "5.6.0",
|
2018-09-06 10:31:36 +01:00
|
|
|
"uglify-js": "3.4.9",
|
2018-08-17 22:10:54 +01:00
|
|
|
"when": "3.7.8"
|
|
|
|
}
|
2018-08-20 20:31:29 +01:00
|
|
|
}
|