UNPKG

279 BJSONView Raw
1{
2 "name": "mkdirp-sync",
3 "version": "0.0.3",
4 "description": "mkdir -p sync in node.js",
5 "main": "index.js",
6 "scripts": {
7 "test": "node test"
8 },
9 "keywords": [
10 "mkdir",
11 "mkdirp",
12 "mkdir -p",
13 "sync"
14 ],
15 "author": "elixiao",
16 "license": "MIT"
17}