-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
45 lines (45 loc) · 1 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
{
"name": "keplerjs",
"version": "1.7.0",
"description": "The open source full-stack geosocial network platform",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Keplerjs/Kepler.git"
},
"scripts": {
"start": "meteor",
"check_versions": "packagecheck",
"publish_packages": "cd private && ./publish_packages.sh"
},
"keywords": [
"social-network",
"social",
"osm",
"overpass",
"geosocial",
"platform",
"leaflet",
"mapping"
],
"author": {
"name": "Stefano Cudini",
"email": "[email protected]",
"url": "https://opengeo.tech/"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Keplerjs/Kepler/issues"
},
"homepage": "https://keplerjs.io",
"dependencies": {
"@babel/runtime": "^7.4.3",
"bcrypt": "^5.0.0",
"core-js": "^2.5.4",
"fibers": "^3.1.1",
"meteor-node-stubs": "^0.4.1",
"simple-statistics": "^5.3.1"
},
"devDependencies": {
"packagecheck": "^0.2.1"
}
}