-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
103 lines (103 loc) · 2.17 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"author": {
"email": "[email protected]",
"name": "Simon Waldherr",
"url": "http://simon.waldherr.eu/"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/SimonWaldherr/disTime.js/issues"
},
"contributors": [
{
"email": "[email protected]",
"name": "Simon Waldherr",
"url": "https://simonwaldherr.de/"
},
{
"name": "Tárcio Zemel",
"url": "https://about.me/tarciozemel"
},
{
"name": "Roman Shvets",
"url": "https://github.com/pomaxa"
},
{
"name": "Andre Polykanine",
"url": "https://github.com/Oire"
},
{
"name": "Raphael",
"url": "https://github.com/raphaelz"
},
{
"name": "Bhaskar Machcha",
"url": "https://github.com/bhaskarmac"
},
{
"name": "Wulingoh",
"url": "https://github.com/Wulingoh"
},
{
"name": "Karl",
"url": "https://github.com/Weeper"
},
{
"name": "Mikael Forsgren",
"url": "https://github.com/mikaelf"
},
{
"name": "Abhishek Bhattacharya",
"url": "https://github.com/babhishek21"
}
],
"demos": [
"./index.html"
],
"description": "converts UNIX-Timestamps to strings like '5 days ago' in eight languages",
"devDependencies": {
"grunt": ">= 0.4.1",
"grunt-compare-size": ">= 0.0.0",
"grunt-contrib-jshint": ">= 0.6.0",
"grunt-contrib-uglify": ">= 0.2.2",
"gzip-js": ">= 0.3.1"
},
"homepage": "https://github.com/SimonWaldherr/disTime.js",
"keywords": [
"time",
"date",
"dates",
"times",
"language",
"ago",
"english",
"german",
"french",
"italian",
"russian",
"portuguese",
"dutch",
"ukrainian",
"hindi",
"polish",
"malayan",
"norwegian",
"swedish",
"spanish"
],
"license": "MIT",
"main": "disTime.js",
"maintainers": [
{
"email": "[email protected]",
"name": "Simon Waldherr",
"web": "http://simon.waldherr.eu/"
}
],
"name": "distime",
"repository": {
"type": "git",
"url": "https://github.com/SimonWaldherr/disTime.js.git"
},
"version": "0.9.0"
}