forked from markitondemand/moment-msdate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.35 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
{
"name": "moment-msdate",
"version": "0.2.0",
"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.17.1",
"moment-timezone": "^0.5.11"
},
"devDependencies": {
"eslint": "^3.13.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"mocha": "^3.2.0"
}
}