forked from mWater/minimongo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.13 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.13 KB
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
48
49
50
51
{
"name": "minimongo",
"version": "3.5.0",
"description": "Client-side mongo database with server sync over http",
"main": "index.js",
"scripts": {
"test": "testem ci",
"prepublish": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/mWater/minimongo.git"
},
"keywords": [
"mongodb",
"mongo",
"minimongo",
"IndexedDb",
"WebSQL",
"storage"
],
"author": "Clayton Grassick",
"license": "LGPLv3",
"bugs": {
"url": "https://github.com/mWater/minimongo/issues"
},
"homepage": "https://github.com/mWater/minimongo",
"devDependencies": {
"browserify": "^3.29.1",
"chai": "~1.9.0",
"coffee-script": "~1.6.3",
"coffeeify": "~0.6.0",
"glob": "^3.2.9",
"gulp": "^3.8.11",
"gulp-coffee": "^1.4.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^2.2.14",
"sinon": "~1.8.2",
"testem": "~0.6.7",
"vinyl-buffer": "0.0.0",
"vinyl-source-stream": "^0.1.1"
},
"dependencies": {
"async": "^0.8.0",
"bowser": "^0.7.1",
"idb-wrapper": "^1.4.1",
"jquery": "~2.1.0",
"lodash": "~2.4.1"
}
}