-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "pouchdb-unlimited-storage",
"version": "1.0.0",
"description": "An adapter for transparently using PouchDB with the unlimited storage type in Chrome",
"main": "src/index.js",
"scripts": {
"test": "mocha src/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kennsippell/pouchdb-unlimited-storage.git"
},
"keywords": [
"PouchDB",
"unlimitedStorage",
"unlimited",
"chrome",
"extension"
],
"author": "Kenn Sippell",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kennsippell/pouchdb-unlimited-storage/issues"
},
"homepage": "https://github.com/kennsippell/pouchdb-unlimited-storage#readme",
"dependencies": {
"underscore": "^1.9.1",
"uuid": "^3.3.2",
"pouchdb-browser": "^7.0.0"
},
"devDependencies": {
"browserify": "^16.2.3",
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"gulp": "^3.9.1",
"gulp-copy": "^4.0.0",
"gulp-header": "^2.0.5",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify-es": "^1.0.4",
"gulplog": "^1.0.0",
"mocha": "^5.2.0",
"sinon": "^6.3.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}