UNPKG

991 BJSONView Raw
1{
2 "name": "findup-sync",
3 "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
4 "version": "0.2.1",
5 "homepage": "https://github.com/cowboy/node-findup-sync",
6 "author": {
7 "name": "\"Cowboy\" Ben Alman",
8 "url": "http://benalman.com/"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/cowboy/node-findup-sync.git"
13 },
14 "bugs": {
15 "url": "https://github.com/cowboy/node-findup-sync/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "lib/findup-sync",
24 "engines": {
25 "node": ">= 0.6.0"
26 },
27 "scripts": {
28 "test": "grunt nodeunit"
29 },
30 "dependencies": {
31 "glob": "~4.3.0"
32 },
33 "devDependencies": {
34 "grunt": "~0.4.4",
35 "grunt-contrib-jshint": "~0.9.2",
36 "grunt-contrib-nodeunit": "~0.3.3"
37 },
38 "keywords": [
39 "find",
40 "glob",
41 "file"
42 ]
43}