-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
60 lines (60 loc) · 1.48 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "moment-msdate",
"version": "2.0.4",
"description": "Adds OLE Automation parsing capabilities to Moment.js",
"main": "moment-msdate.js",
"scripts": {
"lint": "eslint ./test ./moment-msdate.js",
"mocha": "mocha --check-leaks --reporter=spec ./test",
"test": "npm run lint && npm run mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markitondemand/moment-msdate.git"
},
"keywords": [
"moment",
"msdate",
"ole-automation"
],
"contributors": [
{
"name": "Mark Healey",
"email": ""
},
{
"name": "Brian Baker",
"email": "[email protected]"
},
{
"name": "Frank Martino",
"email": "[email protected]"
},
{
"name": "Michael Lechner",
"email": "[email protected]"
}
],
"author": "Markit On Demand",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/markitondemand/moment-msdate/issues"
},
"homepage": "https://github.com/markitondemand/moment-msdate#readme",
"dependencies": {
"moment": "^2.24.0",
"moment-timezone": "^0.5.23"
},
"devDependencies": {
"eslint": "^5.15.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"grunt": "^1.0.3",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^21.0.0",
"grunt-mocha-test": "^0.13.3",
"mocha": "^6.0.2"
}
}