node-red/package.json

122 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",
2019-06-21 14:25:39 +02:00
"version": "0.20.6",
2018-04-15 12:18:10 +02:00
"description": "A visual tool for wiring the Internet of Things",
"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",
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": {
2019-03-04 13:33:36 +01:00
"ajv": "6.10.0",
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",
2019-06-21 14:25:09 +02:00
"cookie": "0.4.0",
2019-03-04 13:33:36 +01:00
"cookie-parser": "1.4.4",
2018-12-07 15:13:59 +01:00
"cors": "2.8.5",
2019-04-29 09:42:37 +02:00
"cron": "1.7.1",
2019-04-03 11:11:20 +02:00
"denque": "1.4.1",
2019-06-21 14:25:09 +02:00
"express": "4.17.1",
2019-04-29 09:42:37 +02:00
"express-session": "1.16.1",
2019-06-21 14:25:09 +02:00
"fs-extra": "8.0.1",
2018-04-15 12:18:10 +02:00
"fs.notify": "0.0.4",
"hash-sum": "1.0.2",
2018-08-29 10:55:40 +02:00
"https-proxy-agent": "2.2.1",
2019-04-29 09:42:37 +02:00
"i18next": "15.1.0",
2019-03-28 15:46:16 +01:00
"iconv-lite": "0.4.24",
2018-04-15 12:18:10 +02:00
"is-utf8": "0.2.1",
2019-04-29 09:42:37 +02:00
"js-yaml": "3.13.1",
2018-04-15 12:18:10 +02:00
"json-stringify-safe": "5.0.1",
"jsonata": "1.6.5",
"media-typer": "1.1.0",
2019-03-12 11:59:20 +01:00
"memorystore": "1.6.1",
2019-06-21 14:25:09 +02:00
"mime": "2.4.4",
2018-09-06 11:31:36 +02:00
"mqtt": "2.18.8",
2018-10-31 12:52:43 +01:00
"multer": "1.4.1",
2018-12-07 15:13:59 +01:00
"mustache": "3.0.1",
2019-04-29 09:42:37 +02:00
"node-red-node-email": "^1.4.0",
2018-12-07 15:13:59 +01:00
"node-red-node-feedparser": "^0.1.14",
2019-03-28 15:46:16 +01:00
"node-red-node-rbe": "^0.2.4",
"node-red-node-sentiment": "^0.1.3",
"node-red-node-tail": "^0.0.2",
2019-03-28 15:46:16 +01:00
"node-red-node-twitter": "^1.1.4",
2018-04-15 12:18:10 +02:00
"nopt": "4.0.1",
"oauth2orize": "1.11.0",
2019-03-04 13:33:36 +01:00
"on-headers": "1.0.2",
2018-04-15 12:18:10 +02:00
"passport": "0.4.0",
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
2019-04-29 09:42:37 +02:00
"raw-body": "2.4.0",
2018-08-15 21:46:56 +02:00
"request": "2.88.0",
2019-06-21 14:25:09 +02:00
"semver": "6.1.1",
"uglify-js": "3.6.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",
"xml2js": "0.4.19"
2018-04-15 12:18:10 +02:00
},
"optionalDependencies": {
2019-06-21 14:25:09 +02:00
"bcrypt": "3.0.6"
2018-04-15 12:18:10 +02:00
},
"devDependencies": {
2018-07-30 00:47:19 +02:00
"grunt": "~1.0.3",
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",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-compress": "~1.4.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
2018-08-15 21:46:56 +02:00
"grunt-contrib-uglify": "~3.4.0",
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",
2018-04-15 12:18:10 +02:00
"grunt-jsonlint": "~1.1.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",
2018-04-15 12:18:10 +02:00
"grunt-sass": "~2.0.0",
"grunt-simple-mocha": "~0.4.1",
"grunt-webdriver": "^2.0.3",
2018-05-10 22:45:25 +02:00
"http-proxy": "^1.16.2",
2018-04-15 12:18:10 +02:00
"istanbul": "0.4.5",
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",
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-12-07 15:13:59 +01:00
"wdio-chromedriver-service": "^0.1.5",
"wdio-mocha-framework": "^0.6.4",
2018-07-30 00:47:19 +02:00
"wdio-spec-reporter": "^0.1.5",
2018-12-07 15:13:59 +01:00
"webdriverio": "^4.14.1",
2019-03-28 15:46:16 +01:00
"node-red-node-test-helper": "^0.2.2",
"jsdoc-nr-template": "node-red/jsdoc-nr-template"
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
}