-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
53 lines (53 loc) · 1.28 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
45
46
47
48
49
50
51
52
53
{
"name": "tideflowio",
"version": "0.16.5",
"license": "GPLV3",
"bugs": {
"url": "https://github.com/tideflow-io/platform/issues"
},
"keywords": [
"workflows",
"flows",
"processes",
"automation"
],
"repository": {
"type": "git",
"url": "git@github.com:tideflow-io/platform.git"
},
"scripts": {
"start": "meteor run",
"lint": "eslint .",
"test": "meteor test --once --driver-package meteortesting:mocha",
"testwatch": "TEST_WATCH=1 meteor test --driver-package meteortesting:mocha",
"debug": "meteor run --inspect-brk=9229"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"@octokit/auth-app": "^2.4.2",
"aws-iot-device-sdk": "^2.2.4",
"aws-sdk": "^2.814.0",
"bcrypt": "^5.0.0",
"busboy": "^0.3.1",
"cron-converter": "1.0.0",
"debug": "^4.1.1",
"dlv": "^1.1.3",
"file-type": "^13.1.0",
"handlebars": "^4.5.3",
"jsonwebtoken": "^8.5.1",
"meteor-node-stubs": "^1.0.0",
"mime-types": "^2.1.25",
"moment": "^2.24.0",
"nodemailer": "^5.1.1",
"qrcode": "^1.4.4",
"rss-parser": "^3.7.3",
"simpl-schema": "^1.5.6",
"slugify": "^1.3.6",
"socket.io": "^2.3.0",
"uuid": "^3.3.3",
"webparsy": "0.8.2"
},
"devDependencies": {
"chai": "^4.2.0"
}
}