-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
39 lines (39 loc) · 862 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
33
34
35
36
37
38
39
{
"name": "fincal",
"version": "1.0.6",
"description": "Market holidays and trading hours.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"finance calendar",
"market calendar",
"market holidays",
"banking holidays",
"bank holiday",
"trading hours",
"trading calendar",
"stock exchange calendar",
"stock exchange hours",
"exchange trading hours"
],
"author": "Jonathan Hollinger",
"license": "ISC",
"dependencies": {
"moment-timezone": "^0.4.1",
"sugar": "^1.5.0"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/triploc/fincal.git"
},
"bugs": {
"url": "https://github.com/triploc/fincal/issues"
},
"homepage": "https://github.com/triploc/fincal#readme"
}