UNPKG

856 BJSONView Raw
1{
2 "name": "is-there",
3 "version": "4.1.0",
4 "description": "Check if a file or directory exists in a given path.",
5 "main": "lib/index.js",
6 "directories": {
7 "example": "example",
8 "test": "test"
9 },
10 "scripts": {
11 "test": "mocha test"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git@github.com:IonicaBizau/node-is-there.git"
16 },
17 "keywords": [
18 "fs",
19 "exists",
20 "file",
21 "directory"
22 ],
23 "author": "Ionică Bizău <bizauionica@gmail.com>",
24 "contributors": [
25 "Kevin Harrison <keharriso@gmail.com>"
26 ],
27 "license": "KINDLY",
28 "bugs": {
29 "url": "https://github.com/IonicaBizau/node-is-there/issues"
30 },
31 "homepage": "https://github.com/IonicaBizau/node-is-there",
32 "dependencies": {},
33 "devDependencies": {
34 "mocha": "^2.2.4"
35 },
36 "blah": {
37 "h_img": "http://i.imgur.com/ZHzpvvE.png"
38 }
39}
\No newline at end of file