UNPKG

826 BJSONView Raw
1{
2 "name": "file-system",
3 "version": "2.2.2",
4 "description": "Strengthen the ability of file system",
5 "main": "file-system.js",
6 "scripts": {
7 "test": "mocha test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/douzi8/file-system"
12 },
13 "keywords": [
14 "file",
15 "recursive",
16 "recurse",
17 "fs",
18 "maker",
19 "node file",
20 "mkdir",
21 "rmdir",
22 "fs extra",
23 "file system"
24 ],
25 "author": "douzi <liaowei08@gmail.com>",
26 "license": "ISC",
27 "bugs": {
28 "url": "https://github.com/douzi8/file-system/issues"
29 },
30 "homepage": "https://github.com/douzi8/file-system",
31 "devDependencies": {
32 "grunt": "^0.4.5",
33 "grunt-contrib-jshint": "^0.10.0",
34 "mocha": "^2.0.1"
35 },
36 "dependencies": {
37 "file-match": "^1.0.1",
38 "utils-extend": "^1.0.4"
39 }
40}