-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 773 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 773 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
{
"name": "recursive-last-modified",
"version": "1.0.6",
"description": "Walks through specified directory or directories and returns last change date of all tree. Tecnically it is the newest modified or created date of all files in specified dir",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Busyrev/recursive-last-modified.git"
},
"keywords": [
"last-modified",
"recursive",
"folder",
"directory"
],
"author": "Mikhail Busyrev",
"license": "MIT",
"bugs": {
"url": "https://github.com/Busyrev/recursive-last-modified/issues"
},
"homepage": "https://github.com/Busyrev/recursive-last-modified#readme"
}