-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 840 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 840 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
36
37
38
{
"name": "h1bhub",
"version": "0.0.1",
"description": "## Dependancies",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/**/**"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/jasoki/h1bhub.git"
},
"author": "Jason Kim",
"license": "GNU",
"bugs": {
"url": "https://gitlab.com/jasoki/h1bhub/issues"
},
"homepage": "https://gitlab.com/jasoki/h1bhub#README",
"dependencies": {
"excel-date-to-js": "^1.0.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"pg": "^7.7.1",
"pg-hstore": "^2.3.2",
"sequelize": "^4.41.2",
"sequelize-cli": "^5.4.0",
"xlsx": "^0.14.1",
"xlsx-stream-reader": "^1.0.9"
},
"devDependencies": {
"chai": "^4.2.0",
"firstline": "^2.0.2",
"mocha": "^5.2.0"
}
}