aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@soyuka/exists-sync/package.json
blob: 7c2cdadb37928c09fe09f64d08118e20b1ef75a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "@soyuka/exists-sync",
  "version": "1.0.1",
  "description": "fs.existsSync polyfill",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha test.js"
  },
  "engines": {
    "node": ">4.0"
  },
  "keywords": [
    "fs",
    "exists"
  ],
  "author": "soyuka",
  "repository": "http://github.com/soyuka/existsSync",
  "license": "MIT",
  "devDependencies": {
    "mocha": "^2.3.4"
  }
}