This repository has been archived on 2020-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
pouchtype/package.json

31 lines
665 B
JSON

{
"name": "pouchtype",
"version": "1.0.2",
"description": "Document Management Layer for PouchDB",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"test": "karmatic 'spec/*.spec.js'"
},
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
"license": "Apache-2.0",
"devDependencies": {
"husky": "^3.0.1",
"karmatic": "^1.3.1",
"pouchdb": "^7.1.1",
"pouchdb-adapter-memory": "^7.1.1",
"pouchdb-find": "^7.1.1",
"webpack": "^4.37.0"
},
"dependencies": {
"reactimal": "git+https://gitea.thecookiejar.me/explorigin/reactimal.git"
},
"husky": {
"hooks": {
"pre-commit": "npm run test"
}
}
}