17 lines
402 B
JSON
17 lines
402 B
JSON
{
|
|
"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 <tim@thecookiejar.me> (https://github.com/explorigin)",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"frptools": "^3.1.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|