-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 835 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
{
"name": "timeago-reverse",
"version": "1.0.12",
"description": "Getting approximate date from timeago generated string",
"main": "index.js",
"scripts": {
"coveralls": "npm run coverage && node node_modules/coveralls/bin/coveralls.js < coverage/lcov.info",
"coverage": "istanbul cover tests/",
"eslint": "eslint .",
"test": "tape tests | tap-spec & npm run eslint"
},
"keywords": [
"timeago",
"reverse",
"human",
"readable",
"date"
],
"author": "Adam Urban",
"license": "MIT",
"devDependencies": {
"coveralls": "^3.0.0",
"eslint": "^8.27.0",
"istanbul": "^0.4.5",
"sinon": "^5.0.0",
"tap-spec": "^5.0.0",
"tape": "^4.9.1",
"tape-around": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ezpn/timeago-reverse"
}
}