UNPKG

873 BJSONView Raw
1{
2 "name": "mkdirp-then",
3 "description": "mkdirp as promised",
4 "version": "1.1.1",
5 "author": {
6 "name": "Jonathan Ong",
7 "email": "me@jongleberry.com",
8 "url": "http://jongleberry.com",
9 "twitter": "https://twitter.com/jongleberry"
10 },
11 "license": "MIT",
12 "repository": "fs-utils/mkdirp-then",
13 "dependencies": {
14 "mkdirp": "^0.5.0",
15 "native-or-bluebird": "1"
16 },
17 "devDependencies": {
18 "bluebird": "2",
19 "rimraf": "2",
20 "istanbul": "0",
21 "mocha": "2"
22 },
23 "scripts": {
24 "test": "mocha --reporter spec",
25 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
26 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
27 },
28 "keywords": [
29 "mkdirp",
30 "then",
31 "thenable",
32 "co",
33 "fs",
34 "promise"
35 ],
36 "files": [
37 "index.js"
38 ]
39}