{ "name": "filer", "description": "Node-like file system for browsers", "keywords": [ "fs", "node", "file", "system", "browser", "indexeddb", "idb", "websql" ], "version": "0.0.44", "author": "Alan K (http://blog.modeswitch.org)", "homepage": "http://filerjs.github.io/filer", "bugs": "https://github.com/filerjs/filer/issues", "license": "BSD-2-Clause", "scripts": { "eslint": "npm run lint", "eslint:fix": "npm run lint:fix", "lint": "eslint src tests", "lint:fix": "eslint --fix src tests", "test:manual": "parcel tests/index.html --out-dir tests/dist", "pretest": "npm run lint", "test": "npm run travis", "prebuild": "parcel build --global Filer src/index.js --no-minify --out-file filer.js", "build": "parcel build --global Filer src/index.js --out-file filer.min.js --detailed-report", "prekarma-mocha": "parcel build tests/index.js --no-source-maps --out-dir tests/dist", "karma-mocha": "karma start karma.conf.js" }, "repository": { "type": "git", "url": "https://github.com/filerjs/filer.git" }, "dependencies": { "base64-arraybuffer": "^0.1.5", "minimatch": "^3.0.4" }, "devDependencies": { "chai": "^4.1.2", "eslint": "^5.0.1", "karma": "^2.0.4", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "mocha": "^5.2.0", "parcel-bundler": "^1.9.6" }, "main": "./src/index.js", "browser": "./dist/filer.min.js" }