UNPKG

397 BJSONView Raw
1{
2 "name": "tiny-glob",
3 "version": "0.1.0",
4 "description": "",
5 "main": "src/index.js",
6 "files": [
7 "src"
8 ],
9 "scripts": {
10 "bench": "node bench",
11 "test": "tape test/*.js | tap-spec"
12 },
13 "author": "",
14 "license": "ISC",
15 "dependencies": {
16 "globalyzer": "^0.1.0",
17 "globrex": "0.0.2"
18 },
19 "devDependencies": {
20 "tap-spec": "^4.1.1",
21 "tape": "^4.8.0"
22 }
23}