forked from colinskow/pouchdb-seed-design
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "pouchdb-seed-design",
"version": "0.3.0",
"author": "Colin Skow",
"keywords": [
"couchdb",
"design document",
"seed",
"pouchdb",
"views"
],
"description": "Seed CouchDB's design documents with PouchDB",
"dependencies": {
"deep-equal": "^2.0.2",
"node-extend": "^0.2.0",
"object-keys-map": "~1.0.2",
"object-map": "1.0.2"
},
"devDependencies": {
"browserify": "^16.5.1",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^7.0.2",
"gulp-rename": "^2.0.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.2",
"jshint": "^2.11.0",
"jshint-stylish": "^2.2.1",
"karma": "^5.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"mocha": "^7.1.1",
"pouchdb": "^7.2.1",
"rimraf": "^3.0.2",
"vinyl-source-stream": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/colinskow/pouchdb-seed-design.git"
},
"scripts": {
"test": "gulp test-node"
},
"license": "MIT"
}