node-red/package.json

114 lines
3.3 KiB
JSON
Raw Normal View History

2013-09-05 14:02:48 +00:00
{
2018-04-15 10:18:10 +00:00
"name": "node-red",
2019-10-14 12:17:48 +00:00
"version": "1.0.2",
2019-09-30 08:57:23 +00:00
"description": "Low-code programming for event-driven applications",
2018-04-15 10:18:10 +00:00
"homepage": "http://nodered.org",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red.git"
2013-10-20 20:42:01 +00:00
},
"private": "true",
2018-04-15 10:18:10 +00:00
"scripts": {
"start": "node packages/node_modules/node-red/red.js",
2018-04-15 10:18:10 +00:00
"test": "grunt",
"build": "grunt build",
2018-04-24 15:48:32 +00:00
"docs": "grunt docs"
2018-04-15 10:18:10 +00:00
},
"contributors": [
2018-08-21 12:43:11 +00:00
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
2018-04-15 10:18:10 +00:00
],
"dependencies": {
2019-08-22 09:40:33 +00:00
"ajv": "6.10.2",
2018-10-31 11:52:43 +00:00
"basic-auth": "2.0.1",
2018-04-15 10:18:10 +00:00
"bcryptjs": "2.4.3",
2019-04-29 07:42:37 +00:00
"body-parser": "1.19.0",
2018-04-15 10:18:10 +00:00
"cheerio": "0.22.0",
2018-08-15 19:46:56 +00:00
"clone": "2.1.2",
"content-type": "1.0.4",
2019-05-21 22:31:21 +00:00
"cookie": "0.4.0",
2019-03-04 12:33:36 +00:00
"cookie-parser": "1.4.4",
2018-12-07 14:13:59 +00:00
"cors": "2.8.5",
2019-04-29 07:42:37 +00:00
"cron": "1.7.1",
2019-04-03 09:11:20 +00:00
"denque": "1.4.1",
2019-06-21 12:25:09 +00:00
"express": "4.17.1",
2019-07-05 10:12:26 +00:00
"express-session": "1.16.2",
"fs-extra": "8.1.0",
2018-04-15 10:18:10 +00:00
"fs.notify": "0.0.4",
2019-07-05 10:12:26 +00:00
"hash-sum": "2.0.0",
2019-10-25 09:21:48 +00:00
"https-proxy-agent": "2.2.3",
2019-05-21 22:31:21 +00:00
"i18next": "15.1.2",
2019-07-05 10:12:26 +00:00
"iconv-lite": "0.5.0",
2018-04-15 10:18:10 +00:00
"is-utf8": "0.2.1",
2019-04-29 07:42:37 +00:00
"js-yaml": "3.13.1",
2018-04-15 10:18:10 +00:00
"json-stringify-safe": "5.0.1",
2019-10-19 19:37:54 +00:00
"jsonata": "1.7.0",
"media-typer": "1.1.0",
2019-03-12 10:59:20 +00:00
"memorystore": "1.6.1",
2019-06-21 12:25:09 +00:00
"mime": "2.4.4",
2018-09-06 09:31:36 +00:00
"mqtt": "2.18.8",
2019-08-22 09:40:33 +00:00
"multer": "1.4.2",
"mustache": "3.0.2",
"node-red-node-rbe": "^0.2.5",
"node-red-node-sentiment": "^0.1.4",
"node-red-node-tail": "^0.0.3",
2018-04-15 10:18:10 +00:00
"nopt": "4.0.1",
"oauth2orize": "1.11.0",
2019-03-04 12:33:36 +00:00
"on-headers": "1.0.2",
2018-04-15 10:18:10 +00:00
"passport": "0.4.0",
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
2019-07-05 10:12:26 +00:00
"raw-body": "2.4.1",
2018-08-15 19:46:56 +00:00
"request": "2.88.0",
2019-08-22 09:40:33 +00:00
"semver": "6.3.0",
2019-06-21 12:25:09 +00:00
"uglify-js": "3.6.0",
2018-04-15 10:18:10 +00:00
"when": "3.7.8",
2019-03-28 14:46:16 +00:00
"ws": "6.2.1",
"xml2js": "0.4.19"
2018-04-15 10:18:10 +00:00
},
"optionalDependencies": {
2019-05-21 22:31:21 +00:00
"bcrypt": "3.0.6"
2018-04-15 10:18:10 +00:00
},
"devDependencies": {
2019-07-05 10:12:26 +00:00
"grunt": "~1.0.4",
2018-04-15 10:18:10 +00:00
"grunt-chmod": "~1.1.1",
2018-12-07 14:13:59 +00:00
"grunt-cli": "~1.3.2",
2018-04-15 10:18:10 +00:00
"grunt-concurrent": "~2.3.1",
2019-08-22 09:40:33 +00:00
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "~1.5.0",
2018-04-15 10:18:10 +00:00
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
2019-08-22 09:40:33 +00:00
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-uglify": "~4.0.1",
2018-07-29 22:47:19 +00:00
"grunt-contrib-watch": "~1.1.0",
2018-04-24 15:48:32 +00:00
"grunt-jsdoc": "^2.2.1",
"grunt-jsdoc-to-markdown": "^4.0.0",
2019-08-22 09:40:33 +00:00
"grunt-jsonlint": "~2.0.0",
2018-10-25 10:18:13 +00:00
"grunt-mkdir": "~1.0.0",
2018-04-15 10:18:10 +00:00
"grunt-mocha-istanbul": "5.0.2",
"grunt-nodemon": "~0.4.2",
2018-10-25 10:18:13 +00:00
"grunt-npm-command": "~0.1.2",
2018-04-15 10:18:10 +00:00
"grunt-sass": "~2.0.0",
"grunt-simple-mocha": "~0.4.1",
2018-05-10 20:45:25 +00:00
"http-proxy": "^1.16.2",
2018-04-15 10:18:10 +00:00
"istanbul": "0.4.5",
2018-08-22 09:00:03 +00:00
"minami": "1.2.3",
2018-07-29 22:47:19 +00:00
"mocha": "^5.2.0",
2018-10-11 09:16:08 +00:00
"mosca": "^2.8.3",
2018-04-15 10:18:10 +00:00
"should": "^8.4.0",
"sinon": "1.17.7",
2018-12-07 14:13:59 +00:00
"stoppable": "^1.1.0",
"supertest": "3.4.2",
2019-07-09 10:44:33 +00:00
"node-red-node-test-helper": "^0.2.3",
"jsdoc-nr-template": "node-red/jsdoc-nr-template"
2018-04-15 10:18:10 +00:00
},
"engines": {
2018-08-20 15:17:24 +00:00
"node": ">=8"
2013-10-20 20:42:01 +00:00
}
2013-09-05 14:02:48 +00:00
}