forked from tobilg/fs2obj
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.15 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "fs2obj",
"version": "0.4.0",
"description": "Get the directory tree as recursive object, including absolute and relative paths, sorted case insensitive and folders first.",
"main": "./lib/",
"author": {
"name": "tobilg,johnpaularthur"
},
"repository": {
"type": "git",
"url": "https://github.com/johnpaularthur/fs2obj.git"
},
"bugs": {
"url": "https://github.com/johnpaularthur/fs2obj/issues"
},
"dependencies": {
"lodash": "4.13.1"
},
"devDependencies": {
"mocha": "2.0.x",
"chai": "1.9.x",
"jshint": "2.5.x"
},
"keywords": [
"directory",
"files",
"file",
"folder",
"tree",
"object",
"path",
"recursive",
"absolute",
"relative",
"filesystem",
"fs2obj",
"read",
"recurse"
],
"scripts": {
"test": "make test"
},
"engines": {
"node": ">=0.10.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/johnpaularthur/fs2obj/raw/master/License"
}
],
"homepage": "https://github.com/johnpaularthur/fs2obj",
"maintainers": [
{
"name": "johnpaularthur",
"email": "john.paul.arthur@gmail.com"
}
]
}