-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "arkad-search",
"version": "1.0.0",
"description": "A system handling information about Arkad and, like Google Search, gives a prioritised response when queried.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/careerfairsystems/arkad-search.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/careerfairsystems/arkad-search/issues"
},
"homepage": "https://github.com/careerfairsystems/arkad-search#readme",
"devDependencies": {
"express": "^4.15.2"
},
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.17.1",
"cors": "^2.8.4",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-flash-notification": "^0.4.0",
"express-http-to-https": "^1.1.3",
"express-session": "^1.15.6",
"fuse.js": "^3.1.0",
"pg": "^6.1.5",
"raven": "^2.2.1",
"sweetalert2": "^6.6.3"
}
}