-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 852 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 852 Bytes
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
{
"name": "imm-status-check",
"version": "1.0.0",
"description": "Check the immigration status from Canada Immigration Website.",
"main": "app.js",
"scripts": {
"dev": "nodemon --ignore node_modules/ app.js",
"start": "node app.js"
},
"keywords": [
"immigration status",
"async"
],
"author": "Brian Li",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/middlesouthlake/ImmStatusCheck.git"
},
"dependencies": {
"chromium": "^1.0.2",
"chromedriver": "^2.35.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"koa": "2.0.0",
"koa-bodyparser": "3.2.0",
"koa-router": "7.0.0"
},
"devDependencies": {
},
"engine": {
"node": "*",
"npm": "*"
}
}