{ "name": "pouchorm", "version": "1.0.0", "description": "Document Abstraction Layer for PouchDB", "main": "src/index.js", "files": ["dist", "lib", "src"], "scripts": { "test": "node ../../bin/runTests.js ./" }, "author": "Timothy Farrell (https://github.com/explorigin)", "license": "Apache-2.0", "dependencies": { "frptools": "^3.1.0" }, "devDependencies": {} }