-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 899 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 899 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
35
{
"name": "igotskillzgal",
"version": "1.0.0",
"description": "skills matching chatbot thingymajig",
"main": "index.js",
"scripts": {
"test": "mocha './tests/**/*.spec.js'",
"start": "node app.js"
},
"keywords": [
"skillz"
],
"author": "Will\u001b[D\u001b[D\u001b[D\u001b[D\u001b[C\u001b[C\u001b[C\u001bBig flashing lights Will Wise Big flashing lights",
"license": "ISC",
"dependencies": {
"dotenv": "^5.0.1",
"elasticsearch": "^16.5.0",
"mongodb": "^3.0.6",
"mongoosastic": "^4.5.1",
"mongoose": "^5.6.7",
"restify": "^7.1.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lgss/skillzpicker.git"
},
"bugs": {
"url": "https://github.com/lgss/skillzpicker/issues"
},
"homepage": "https://github.com/lgss/skillzpicker#readme"
}