-
Notifications
You must be signed in to change notification settings - Fork 131
/
package.json
73 lines (73 loc) · 1.89 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "minimongo",
"version": "6.18.3",
"description": "Client-side mongo database with server sync over http",
"main": "lib/index.js",
"scripts": {
"build": "node_modules/build-library/build ; npx gulp build",
"test": "gulp test"
},
"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": {
"@types/async": "^1.4.29",
"@types/chai": "^4.2.21",
"@types/jquery": "^3.5.8",
"@types/lodash": "^4.14.176",
"@types/lolex": "^5.1.2",
"@types/sinon": "^10.0.13",
"browserify": "^3.29.1",
"build-library": "github:mWater/build-library",
"chai": "~1.9.0",
"glob": "^3.2.9",
"gulp": "^4.0.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^2.2.14",
"karma": "^0.13.10",
"karma-browserify": "^4.3.0",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"lolex": "^5.1.2",
"mocha": "^3.5.0",
"mocha-loader": "^1.1.1",
"sinon": "^10.0.0",
"testem": "~0.6.7",
"ts-loader": "^6.2.2",
"vinyl-buffer": "0.0.0",
"vinyl-source-stream": "^0.1.1",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"@turf/boolean-crosses": "^6.0.1",
"@turf/boolean-point-in-polygon": "^6.0.1",
"@turf/boolean-within": "^6.0.1",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/intersect": "^6.1.3",
"@turf/nearest-point-on-line": "^6.5.0",
"async": "^1.4.2",
"bowser": "^0.7.1",
"idb-wrapper": "^1.4.1",
"jquery": "^3.6.0",
"js-sha1": "^0.6.0",
"lodash": "^4.0.0"
}
}