-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.46 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.46 KB
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
54
55
56
57
{
"name": "humanify",
"version": "2.2.27",
"description": "Allows adding human input to data streams in node.js",
"main": "lib/module.js",
"keywords": [
"stream",
"human",
"machine interaction",
"learning",
"moderation",
"workforce",
"automation",
"mechanical",
"turk",
"mturk"
],
"homepage": "https://scramjet.org/",
"repository": {
"type": "git",
"url": "https://github.com/signicode/humanify.git"
},
"engines": {
"node": ">=10"
},
"author": "Signicode cz@signicode.com>",
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
"scramjet": "^4.35.9",
"socket.io": "^3.0.4"
},
"scripts": {
"test": "npm run test:firefox && npm run test:chrome",
"test:chrome": "wdio run test/conf/wdio.chrome.js",
"test:firefox": "wdio run test/conf/wdio.firefox.js"
},
"devDependencies": {
"@types/jasminewd2": "^2.0.8",
"@types/node": "^14.14.12",
"@wdio/cli": "^6.10.9",
"@wdio/firefox-profile-service": "^6.10.6",
"@wdio/jasmine-framework": "^6.10.6",
"@wdio/local-runner": "^6.10.7",
"@wdio/mocha-framework": "^6.10.6",
"@wdio/selenium-standalone-service": "^6.10.6",
"@wdio/spec-reporter": "^6.10.6",
"chromedriver": "^87.0.2",
"digest-stream": "^2.0.0",
"eslint": "^7.15.0",
"eslint-config-scramjet": "^3.0.0",
"mocha": "^8.2.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"wdio-chromedriver-service": "^6.0.4"
}
}