-
Notifications
You must be signed in to change notification settings - Fork 162
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "moment-jalaali",
"version": "0.10.4",
"description": "Jalaali (Jalali, Persian, Khorshidi, Shamsi) calendar system plugin for moment.js.",
"author": {
"name": "Behrang Noruzi Niya",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"jalaali",
"jalali",
"persian",
"khorshidi",
"shamsi",
"date",
"calendar",
"conversion",
"convert"
],
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --ui bdd --colors --check-leaks test.js",
"lint": "eslint index.js && eslint --env mocha --rule 'no-unused-expressions: 0' test.js",
"build": "node umd-build.js",
"prepublishOnly": "npm run build",
"clean": "rimraf build"
},
"homepage": "https://github.com/behrang/moment-jalaali",
"bugs": {
"url": "https://github.com/behrang/moment-jalaali/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/behrang/moment-jalaali.git"
},
"devDependencies": {
"chai": "^4.5.0",
"eslint": "^8.13.0",
"mocha": "^10.8.2",
"rimraf": "^6.0.1"
},
"dependencies": {
"jalaali-js": "^1.2.7",
"moment": "^2.29.4",
"moment-timezone": "^0.5.46"
}
}