-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathbower.json
52 lines (52 loc) · 1.43 KB
/
bower.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
{
"name": "smart-time-ago",
"version": "0.1.5",
"title": "jQuery library to update the relative timestamps in your document",
"description": "jQuery library to update the relative timestamps in your document with flexibility and intelligence.",
"keywords": [
"jquery",
"timeago",
"time-ago",
"smart-time-ago"
],
"homepage": "http://pragmaticly.github.com/smart-time-ago",
"author": {
"name": "Terry Tai",
"url": "http://terrytai.com"
},
"maintainers": [
{
"name": "Terry Tai",
"url": "http://terrytai.com"
},
{
"name": "Dingding Ye",
"url": "http://yedingding.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/pragmaticly/smart-time-ago.git"
},
"bugs": "https://github.com/pragmaticly/smart-time-ago/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.6"
},
"main": [
"lib/timeago.js",
"lib/locales/timeago.da.js",
"lib/locales/timeago.de.js",
"lib/locales/timeago.en.js",
"lib/locales/timeago.es.js",
"lib/locales/timeago.fr.js",
"lib/locales/timeago.ja.js",
"lib/locales/timeago.pt-br.js",
"lib/locales/timeago.zh-cn.js"
]
}