forked from eduolalo/moment-business-days
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 811 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
{
"name": "moment-business-days",
"version": "0.0.10",
"description": "MomentJS pluin to use business days ",
"main": "index.js",
"scripts": {
"test": "node ./test.js",
"mochatest": "mocha tests/*"
},
"repository": {
"type": "git",
"url": "git://github.com/kalmecak/moment-business-days.git"
},
"keywords": [
"moment",
"momentjs",
"business",
"days",
"pluin"
],
"dependencies": {
"moment": "2.10.x"
},
"engine": "node >= 0.10.26",
"author": "Christian Rodriguez Cisneros <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kalmecak/moment-business-days/issues"
},
"homepage": "https://github.com/kalmecak/moment-business-days",
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3"
}
}