-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 889 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": "jlivetime",
"version": "0.0.13",
"author": "Benjamin Eidelman <[email protected]>",
"description": "jQuery plugin for live timestamps, countdowns, time-ago, and timers",
"contributors": [
"Benjamin Eidelman <[email protected]>"
],
"bin": {
},
"scripts": {
"minify": "uglifyjs ./src/jlivetime.js > ./jlivetime.min.js"
},
"repository": {
"type": "git",
"url": "git://github.com/benjamine/jLiveTime.git"
},
"keywords": [
"jLiveTime",
"jQuery",
"live",
"time",
"timer",
"countdown",
"datetime",
"timestamp"
],
"devDependencies": {
"uglify-js": "1.3.x"
},
"bundleDependencies": [],
"license": "MIT",
"engine": {
"node": ">=0.4"
},
"dependencies": {},
"engines": {
"node": "*"
},
"homepage": "https://github.com/benjamine/jLiveTime"
}