-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 843 Bytes
/
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
{
"name": "fall-2019-mobile-nyu-id",
"version": "1.0.0",
"description": "**Description**",
"main": "index.js",
"scripts": {
"test": "mocha ./Backend/test/schema_test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nyu-software-engineering/fall-2019-mobile-nyu-id.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nyu-software-engineering/fall-2019-mobile-nyu-id/issues"
},
"homepage": "https://github.com/nyu-software-engineering/fall-2019-mobile-nyu-id#readme",
"dependencies": {
"axios": "^0.19.0",
"crawler": "^1.2.1",
"express": "^4.17.1",
"mongodb": "^3.3.3",
"mongoose": "^5.7.5",
"selenium-webdriver": "^4.0.0-alpha.5",
"sleep": "^6.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.2"
}
}