UNPKG

1.01 kBJSONView Raw
1{
2 "name": "expandglob",
3 "version": "3.0.0",
4 "description": "Node.js module to expand glob file patterns.",
5 "main": "expandglob.js",
6 "scripts": {
7 "test": "./ci/test.js"
8 },
9 "repository": "okunishinishi/node-expandglob",
10 "keywords": [
11 "glob",
12 "expand"
13 ],
14 "author": {
15 "name": "Taka Okunishi",
16 "url": "http://okunishitaka.com"
17 },
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/okunishinishi/node-expandglob/issues"
21 },
22 "homepage": "https://github.com/okunishinishi/node-expandglob#readme",
23 "dependencies": {
24 "argx": "^1.3.1",
25 "arrayreduce": "^2.0.1",
26 "async": "^1.5.2",
27 "co": "^4.6.0",
28 "glob": "^7.0.0"
29 },
30 "devDependencies": {
31 "ape-covering": "^2.0.2",
32 "ape-releasing": "^2.0.1",
33 "ape-reporting": "^2.0.3",
34 "ape-tasking": "^2.0.2",
35 "ape-testing": "^2.0.0",
36 "ape-tmpl": "^2.0.10",
37 "ape-updating": "^2.0.3",
38 "coz": "^4.0.2",
39 "injectmock": "^1.1.3"
40 },
41 "engines": {
42 "node": ">=4.0.0"
43 }
44}