-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 881 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 881 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
45
{
"name": "jsondir",
"version": "0.1.3",
"description": "Convert JSON to directories and back again.",
"main": "./src/index.js",
"dependencies": {
"uid-number": "0.0.3",
"mkdirp": "~0.3.5",
"rimraf": "~2.2.2",
"graceful-fs": "~2.0.1",
"xtend": "~2.1.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-nodeunit": "~0.2.0",
"async": "~0.2.9"
},
"repository": {
"type": "git",
"url": "https://github.com/dwieeb/node-jsondir.git"
},
"keywords": [
"mkdir",
"readdir",
"json",
"directory",
"file",
"structure",
"tree",
"recursive"
],
"author": {
"name": "Daniel Imhoff",
"email": "dwieeb@gmail.com",
"url": "http://danielimhoff.com"
},
"license": "MIT/X11",
"os": [
"!win32"
],
"engine": [
"node >=0.2.0"
]
}