forked from brockpetrie/vue-moment
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 894 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
36
37
38
39
40
41
{
"name": "vue-moment-jalaali",
"version": "2.0.0",
"description": "Jalaali Moment.js filters for your Vue.js project",
"main": "vue-moment.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saman/vue-moment-jalaali.git"
},
"keywords": [
"vue",
"custom",
"date",
"time",
"filter",
"moment",
"moment.js",
"moment-jalaali.js",
"jalaali",
"jalali",
"persian",
"khorshidi",
"shamsi",
"date",
"calendar",
"conversion",
"convert"
],
"author": "Saman Soltani <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/saman/vue-moment-jalaali/issues"
},
"homepage": "https://github.com/saman/vue-moment-jalaali#readme",
"dependencies": {
"moment-jalaali": "^0.4.0"
}
}