-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "underpouch",
"version": "1.1.0",
"description": "An underscore API for PouchDB with added bonuses",
"main": "underpouch.js",
"license": "MIT",
"author": {
"name": "Derrick Schwabe",
"email": "drschwabe@fastmail.com"
},
"homepage": "https://github.com/drschwabe/underpouch",
"repository": {
"type": "git",
"url": "https://github.com/drschwabe/underpouch"
},
"keywords": [
"underscore",
"pouch",
"pouchdb"
],
"dependencies": {
"lodash": "4.x",
"underscore": "1.x"
},
"devDependencies": {
"pouchdb": "7.x",
"pouchdb-adapter-memory": "7.x",
"tap-spec": "5.x",
"tape": "4.x"
},
"scripts": {
"test": "tape test.js | tap-spec"
}
}