node-red/packages/node_modules/@node-red/runtime/package.json

28 lines
647 B
JSON
Raw Normal View History

2018-08-04 23:23:06 +02:00
{
2018-08-17 23:10:54 +02:00
"name": "@node-red/runtime",
2019-02-08 11:41:22 +01:00
"version": "0.20.0-beta.5",
2018-08-17 23:10:54 +02: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 12:40:33 +01:00
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
],
2018-08-17 23:10:54 +02:00
"dependencies": {
2019-02-08 11:41:22 +01:00
"@node-red/registry": "0.20.0-beta.5",
"@node-red/util": "0.20.0-beta.5",
2018-08-17 23:10:54 +02:00
"clone": "2.1.2",
2018-10-31 14:57:29 +01:00
"express": "4.16.4",
2018-12-07 15:13:59 +01:00
"fs-extra": "7.0.1",
2018-08-17 23:10:54 +02:00
"json-stringify-safe": "5.0.1",
"when": "3.7.8"
}
}