This repository was archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
80 lines (80 loc) · 1.86 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "moment-business",
"version": "3.0.1",
"description": "Methods to work with week days and weekends in moment.",
"main": "dist/moment-business.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/jmeas/moment-business.git"
},
"keywords": [
"moment",
"momentjs",
"moment.js",
"business",
"workday",
"workweek",
"saturday",
"sunday",
"weekend",
"weekends"
],
"author": "Jmeas",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmeas/moment-business/issues"
},
"homepage": "https://github.com/jmeas/moment-business",
"devDependencies": {
"6to5": "^3.3.3",
"6to5ify": "^4.1.1",
"browserify": "^8.1.1",
"chai": "^1.10.0",
"del": "^1.1.1",
"esperanto": "^0.6.7",
"glob": "^4.3.5",
"gulp": "^3.8.10",
"gulp-6to5": "^3.0.0",
"gulp-file": "^0.2.0",
"gulp-filter": "^2.0.0",
"gulp-istanbul": "^0.6.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^3.4.0",
"gulp-load-plugins": "^0.8.0",
"gulp-mocha": "^2.0.0",
"gulp-notify": "^2.1.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglifyjs": "^0.6.0",
"isparta": "^1.0.1",
"jshint-stylish": "^1.0.0",
"mkdirp": "^0.5.0",
"mocha": "^2.1.0",
"run-sequence": "^1.0.2",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0",
"underscore": "^1.7.0",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"contained-periodic-values": "^1.0.0",
"skipped-periodic-values": "^1.0.0"
},
"to5BoilerplateOptions": {
"entryFileName": "moment-business",
"exportVarName": "momentBusiness",
"mochaGlobals": [
"stub",
"spy",
"expect",
"moment",
"containedPeriodicValues",
"fixtures"
]
}
}