node-red/packages/node_modules/@node-red/editor-client/package.json

15 lines
334 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/editor-client",
"version": "0.20.0-alpha.0",
2018-08-04 23:23:06 +02:00
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red.git"
},
"contributors": [
{ "name": "Nick O'Leary" },
{ "name": "Dave Conway-Jones"}
],
2018-08-04 23:23:06 +02:00
"main": "./lib/index.js"
}