portfolio/packages/pouchorm/package.json

18 lines
434 B
JSON

{
"name": "pouchorm",
"version": "1.0.0",
"description": "Document Abstraction Layer for PouchDB",
"main": "lib/index.js",
"jsnext: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": {}
}