forked from node-red/flow-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "node-red-flows",
"version": "0.2.0",
"scripts": {
"test": "mocha test/**/*_spec.js --exit",
"start": "node app.js",
"nodemon": "nodemon --ext js,html --inspect=0.0.0.0:5858 --ignore data/ ./app.js",
"dev": "npm run nodemon",
"docker": "docker-compose -f docker-compose.yml up --build"
},
"dependencies": {
"acorn": "8.8.0",
"acorn-walk": "^8.0.2",
"aws-sdk": "^2.1237.0",
"body-parser": "1.20.1",
"connect-mongo": "4.6.0",
"cookie-parser": "1.4.6",
"csurf": "1.11.0",
"express": "4.17.2",
"express-session": "1.17.3",
"fs-extra": "10.1.0",
"marked": "4.1.1",
"mastodon": "1.2.2",
"mongojs": "3.1.0",
"mustache": "4.2.0",
"node-red-dev": "^0.1.5",
"oauth": "0.10.0",
"request": "2.88.2",
"serve-static": "1.15.0",
"tar": "6.1.11",
"twitter": "1.7.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"mocha": "8.2.1",
"nodemon": "2.0.20",
"should": "13.2.3",
"sinon": "9.2.1",
"vanilla-cookieconsent": "^2.8.8"
},
"engines": {
"node": "16"
}
}