node-red/package.json

124 lines
3.6 KiB
JSON
Raw Normal View History

2013-09-05 16:02:48 +02:00
{
2018-04-15 12:18:10 +02:00
"name": "node-red",
2020-07-08 16:57:32 +02:00
"version": "1.2.0-alpha.1",
2019-09-30 10:57:23 +02:00
"description": "Low-code programming for event-driven applications",
2018-04-15 12:18:10 +02:00
"homepage": "http://nodered.org",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red.git"
2013-10-20 22:42:01 +02:00
},
"private": "true",
2018-04-15 12:18:10 +02:00
"scripts": {
"start": "node packages/node_modules/node-red/red.js",
2018-04-15 12:18:10 +02:00
"test": "grunt",
"build": "grunt build",
"dev": "grunt dev",
"build-dev": "grunt build-dev",
2018-04-24 17:48:32 +02:00
"docs": "grunt docs"
2018-04-15 12:18:10 +02:00
},
"contributors": [
2018-08-21 14:43:11 +02:00
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
2018-04-15 12:18:10 +02:00
],
"dependencies": {
2020-07-08 11:30:20 +02:00
"ajv": "6.12.3",
2020-08-07 22:44:52 +02:00
"async-mutex": "0.2.4",
2018-10-31 12:52:43 +01:00
"basic-auth": "2.0.1",
2018-04-15 12:18:10 +02:00
"bcryptjs": "2.4.3",
2019-04-29 09:42:37 +02:00
"body-parser": "1.19.0",
2018-04-15 12:18:10 +02:00
"cheerio": "0.22.0",
2018-08-15 21:46:56 +02:00
"clone": "2.1.2",
"content-type": "1.0.4",
2020-06-03 22:26:31 +02:00
"cookie": "0.4.1",
2020-04-08 18:43:32 +02:00
"cookie-parser": "1.4.5",
2018-12-07 15:13:59 +01:00
"cors": "2.8.5",
"cron": "1.7.2",
2019-04-03 11:11:20 +02:00
"denque": "1.4.1",
2019-06-21 14:25:09 +02:00
"express": "4.17.1",
2020-06-03 22:26:31 +02:00
"express-session": "1.17.1",
2019-07-05 12:12:26 +02:00
"fs-extra": "8.1.0",
2018-04-15 12:18:10 +02:00
"fs.notify": "0.0.4",
2019-07-05 12:12:26 +02:00
"hash-sum": "2.0.0",
"https-proxy-agent": "5.0.0",
2019-05-22 00:31:21 +02:00
"i18next": "15.1.2",
2020-07-08 11:30:20 +02:00
"iconv-lite": "0.6.2",
2018-04-15 12:18:10 +02:00
"is-utf8": "0.2.1",
2020-06-03 22:26:31 +02:00
"js-yaml": "3.14.0",
2018-04-15 12:18:10 +02:00
"json-stringify-safe": "5.0.1",
2020-04-24 14:32:35 +02:00
"jsonata": "1.8.3",
"lodash.clonedeep": "^4.5.0",
"media-typer": "1.1.0",
2020-02-26 12:37:37 +01:00
"memorystore": "1.6.2",
2020-06-03 22:26:31 +02:00
"mime": "2.4.6",
2020-05-28 13:08:40 +02:00
"moment-timezone": "^0.5.31",
2020-09-16 17:56:05 +02:00
"mqtt": "4.2.1",
2019-08-22 11:40:33 +02:00
"multer": "1.4.2",
2020-04-08 18:43:32 +02:00
"mustache": "4.0.1",
2020-06-06 11:35:07 +02:00
"node-red-admin": "^0.2.6",
2020-06-03 22:26:31 +02:00
"node-red-node-rbe": "^0.2.9",
"node-red-node-sentiment": "^0.1.6",
"node-red-node-tail": "^0.1.0",
2020-04-08 18:43:32 +02:00
"nopt": "4.0.3",
2018-04-15 12:18:10 +02:00
"oauth2orize": "1.11.0",
2019-03-04 13:33:36 +01:00
"on-headers": "1.0.2",
2020-02-26 12:37:37 +01:00
"passport": "0.4.1",
2018-04-15 12:18:10 +02:00
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
2019-07-05 12:12:26 +02:00
"raw-body": "2.4.1",
2018-08-15 21:46:56 +02:00
"request": "2.88.0",
2019-08-22 11:40:33 +02:00
"semver": "6.3.0",
"tar": "6.0.2",
2020-07-08 11:30:20 +02:00
"uglify-js": "3.10.0",
2018-04-15 12:18:10 +02:00
"when": "3.7.8",
2019-03-28 15:46:16 +01:00
"ws": "6.2.1",
2020-02-26 12:37:37 +01:00
"xml2js": "0.4.23"
2018-04-15 12:18:10 +02:00
},
"optionalDependencies": {
2020-04-08 18:43:32 +02:00
"bcrypt": "3.0.8"
2018-04-15 12:18:10 +02:00
},
"devDependencies": {
2020-04-08 18:43:32 +02:00
"marked": "0.8.2",
2020-07-08 11:30:20 +02:00
"dompurify": "2.0.12",
2019-07-05 12:12:26 +02:00
"grunt": "~1.0.4",
2018-04-15 12:18:10 +02:00
"grunt-chmod": "~1.1.1",
2018-12-07 15:13:59 +01:00
"grunt-cli": "~1.3.2",
2018-04-15 12:18:10 +02:00
"grunt-concurrent": "~2.3.1",
2019-08-22 11:40:33 +02:00
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "~1.5.0",
2018-04-15 12:18:10 +02:00
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
2019-08-22 11:40:33 +02:00
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-uglify": "~4.0.1",
2018-07-30 00:47:19 +02:00
"grunt-contrib-watch": "~1.1.0",
2018-04-24 17:48:32 +02:00
"grunt-jsdoc": "^2.2.1",
"grunt-jsdoc-to-markdown": "^4.0.0",
2019-08-22 11:40:33 +02:00
"grunt-jsonlint": "~2.0.0",
2018-10-25 12:18:13 +02:00
"grunt-mkdir": "~1.0.0",
2018-04-15 12:18:10 +02:00
"grunt-mocha-istanbul": "5.0.2",
"grunt-nodemon": "~0.4.2",
2018-10-25 12:18:13 +02:00
"grunt-npm-command": "~0.1.2",
"grunt-sass": "~3.1.0",
2018-04-15 12:18:10 +02:00
"grunt-simple-mocha": "~0.4.1",
2020-06-03 22:26:31 +02:00
"http-proxy": "1.18.1",
2018-04-15 12:18:10 +02:00
"istanbul": "0.4.5",
"jsdoc-nr-template": "github:node-red/jsdoc-nr-template",
2018-08-22 11:00:03 +02:00
"minami": "1.2.3",
2018-07-30 00:47:19 +02:00
"mocha": "^5.2.0",
2018-10-11 11:16:08 +02:00
"mosca": "^2.8.3",
"node-red-node-test-helper": "^0.2.5",
2020-06-03 22:26:31 +02:00
"node-sass": "^4.14.1",
2018-04-15 12:18:10 +02:00
"should": "^8.4.0",
"sinon": "1.17.7",
2018-12-07 15:13:59 +01:00
"stoppable": "^1.1.0",
"supertest": "3.4.2"
2018-04-15 12:18:10 +02:00
},
"engines": {
2018-08-20 17:17:24 +02:00
"node": ">=8"
2013-10-20 22:42:01 +02:00
}
2013-09-05 16:02:48 +02:00
}