forked from jzaefferer/jquery-prettydate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 897 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
{
"name": "prettydate",
"title": "jQuery Prettydate",
"description": "Format relative dates as 'six minutes ago' and the like.",
"version": "0.0.0",
"homepage": "https://github.com/jzaefferer/jquery-prettydate",
"author": {
"name": "Jörn Zaefferer",
"email": "[email protected]",
"url": "http://bassistance.de"
},
"repository": {
"type": "git",
"url": "git://github.com/jzaefferer/jquery-prettydate.git"
},
"bugs": {
"url": "https://github.com/jzaefferer/jquery-prettydate/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"scripts": {
"test": "grunt jshint qunit"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-qunit": "~0.2.1",
"grunt-contrib-jshint": "~0.4.3"
},
"keywords": [
"dates",
"prettydate",
"relativetime"
]
}