wallet-core/node_modules/@soyuka/exists-sync/package.json

23 lines
426 B
JSON
Raw Normal View History

2017-08-14 05:01:11 +02:00
{
"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"
}
}