-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 909 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 909 Bytes
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
{
"name": "tiny-human-time",
"version": "1.2.0",
"description": "A tiny module for human readable timespans.",
"main": "index.js",
"devDependencies": {
"mocha": "^11.7.1",
"moment": "^2.11.2"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danasilver/tiny-human-time.git"
},
"keywords": [
"tiny",
"time",
"humanize",
"human",
"timespan",
"timedelta"
],
"author": {
"name": "Dana Silver",
"email": "dsilver1221@gmail.com",
"url": "http://www.danasilver.org"
},
"contributors": [
{
"name": "Tristan Davies",
"email": "github@tristan.io"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/danasilver/tiny-human-time/issues"
},
"homepage": "https://github.com/danasilver/tiny-human-time#readme"
}