UNPKG

964 BJSONView Raw
1{
2 "name": "moment-weekofmonth",
3 "version": "1.0.1",
4 "description": "Gets the week number of the month.",
5 "main": "index",
6 "scripts": {
7 "test": "mocha test.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/swtpumpkin/moment-weekofmonth.git"
12 },
13 "keywords": [
14 "moment",
15 "month",
16 "monthOfWeek",
17 "week",
18 "number"
19 ],
20 "typings": "index.d.ts",
21 "author": {
22 "name": "Jeongwon Kim",
23 "email": "swtpumpkin90@gmail.com",
24 "url": "swtpumpkin.github.io"
25 },
26 "bugs": {
27 "url": "https://github.com/swtpumpkin/moment-weekofmonth/issues"
28 },
29 "homepage": "https://github.com/swtpumpkin/moment-weekofmonth#readme",
30 "license": "MIT",
31 "licenses": [
32 {
33 "type": "MIT",
34 "url": "http://github.com/swtpumpkin/moment-weekofmonth/raw/master/LICENSE"
35 }
36 ],
37 "devDependencies": {
38 "chai": "4.1.2",
39 "mocha": "5.0.5"
40 },
41 "dependencies": {
42 "moment": "^2.24.0"
43 }
44}