UNPKG

714 BJSONView Raw
1{
2 "name": "fs-sync",
3 "version": "0.0.3",
4 "description": "synchronous fs with more fun",
5 "main": "dist/index",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "kael",
10 "license": "BSD",
11 "keywords": [
12 "fs",
13 "fs-sync",
14 "sync",
15 "synchronous fs",
16 "copy",
17 "mkdir",
18 "mkdirp",
19 "write",
20 "read",
21 "readJSON",
22 "isDir",
23 "isFile",
24 "isLink",
25 "exists",
26 "grunt file",
27 "delete",
28 "expand"
29 ],
30 "repository": "",
31 "dependencies": {
32 "mkdirp": "~0.3.5",
33 "iconv-lite": "~0.2.10",
34 "lodash": "~1.2.1",
35 "glob": "~3.2.1",
36 "rimraf": "~2.1.4"
37 },
38 "devDependencies": {
39 "grunt": "~0.4.1"
40 }
41}