-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 875 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
{
"name": "glob-last-modified",
"version": "2.1.0",
"description": "Walks through specified glob pattert or array of patterns and returns last change date of all matched files or directories. Tecnically it is the newest modified date of all items in specified glob pattern",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Busyrev/glob-last-modified.git"
},
"keywords": [
"glob",
"last-modified",
"modified-time",
"modified",
"date",
"node-glob",
"node-js"
],
"author": "Mikhail Busyrev",
"license": "MIT",
"bugs": {
"url": "https://github.com/Busyrev/glob-last-modified/issues"
},
"homepage": "https://github.com/Busyrev/glob-last-modified#readme",
"dependencies": {
"glob": "^7.1.2"
}
}