UNPKG

791 BJSONView Raw
1{
2 "name": "file-system",
3 "version": "2.1.0",
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 ],
23 "author": "douzi <liaowei08@gmail.com>",
24 "license": "ISC",
25 "bugs": {
26 "url": "https://github.com/douzi8/file-system/issues"
27 },
28 "homepage": "https://github.com/douzi8/file-system",
29 "devDependencies": {
30 "grunt": "^0.4.5",
31 "grunt-contrib-jshint": "^0.10.0",
32 "mocha": "^2.0.1"
33 },
34 "dependencies": {
35 "file-match": "^1.0.1",
36 "utils-extend": "^1.0.4"
37 }
38}