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

25 lines
536 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",
2019-03-26 15:51:17 +00:00
"version": "0.21.0-alpha.0",
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": {
2019-03-26 15:51:17 +00:00
"@node-red/util": "0.21.0-alpha.0",
2019-03-28 14:46:16 +00:00
"semver": "6.0.0",
2019-04-29 08:42:37 +01:00
"uglify-js": "3.5.9",
2018-08-17 22:10:54 +01:00
"when": "3.7.8"
}
}