UNPKG

1.15 kBJSONView Raw
1{
2 "name": "filedel",
3 "version": "2.0.5",
4 "description": "Delete files.",
5 "main": "shim/node",
6 "browser": false,
7 "scripts": {
8 "test": "node ./ci/test.js",
9 "prepublish": "node ./ci/build.js && node ./ci/shim.js"
10 },
11 "repository": "okunishinishi/node-filedel",
12 "keywords": [
13 "file",
14 "del",
15 "unlink"
16 ],
17 "author": {
18 "name": "Taka Okunishi",
19 "url": "http://okunishitaka.com"
20 },
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/okunishinishi/node-filedel/issues"
24 },
25 "homepage": "https://github.com/okunishinishi/node-filedel#readme",
26 "dependencies": {
27 "aglob": "^1.0.2",
28 "argx": "^3.0.1",
29 "asfs": "^1.0.5",
30 "babel-runtime": "^6.11.6",
31 "co": "^4.6.0",
32 "rimraf": "^2.5.4"
33 },
34 "devDependencies": {
35 "ababel": "^1.1.3",
36 "ababel-es2015": "^1.0.6",
37 "amocha": "^1.0.11",
38 "ape-releasing": "^4.0.4",
39 "ape-reporting": "^3.0.2",
40 "ape-tasking": "^4.0.8",
41 "ape-tmpl": "^5.0.15",
42 "ape-updating": "^4.0.5",
43 "coz": "^6.0.16",
44 "injectmock": "^2.0.0",
45 "mkdirp": "^0.5.1"
46 },
47 "engines": {
48 "node": ">=4",
49 "npm": ">=2"
50 }
51}
\No newline at end of file