UNPKG

636 BJSONView Raw
1{
2 "name": "is-there",
3 "version": "1.1.0",
4 "description": "A library to check if a file or directory exists in a given path.",
5 "main": "lib/index.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "node test"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git@github.com:IonicaBizau/node-is-there.git"
15 },
16 "keywords": [
17 "fs",
18 "exists",
19 "file",
20 "directory"
21 ],
22 "author": "Ionică Bizău <bizauionica@gmail.com>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/IonicaBizau/node-is-there/issues"
26 },
27 "homepage": "https://github.com/IonicaBizau/node-is-there"
28}
\No newline at end of file