-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.56 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
{
"name": "montage-geo",
"version": "0.1.0",
"author": "Montage Studio, inc. (http://montagestudio.com/)",
"description": "Montage resources to build geospatial applications",
"dependencies": {
"collections": "~5.0.x",
"d3-geo": "^1.6.3",
"frb": "~3.0.x",
"leaflet": "~1.6.x",
"montage": "montagejs/montage.git#17.2.4",
"proj4": "~2.3.6",
"topojson-client": "^3.0.0"
},
"devDependencies": {
"concurrently": "^3.4.0",
"http-server": "^0.9.0",
"jasmine-console-reporter": "^1.2.7",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"montage-testing": "montagejs/montage-testing",
"mr": "montagejs/mr#master",
"open": "0.0.5"
},
"scripts": {
"test": "node test/run-node.js",
"test:karma": "karma start --no-auto-watch --single-run",
"test:karma-dev": "karma start --auto-watch --no-single-run",
"test:jasmine": "concurrently \"http-server -a localhost -p 8084\" \"open http://localhost:8084/test/run.html\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/montagejs/montage-geo.git"
},
"keywords": [
"MontageJS",
"Geospatial",
"Maps",
"GeoJSON",
"Functional",
"Reactive",
"Bindings"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/montagejs/montage-geo/issues"
},
"homepage": "https://github.com/montagejs/montage-geo#readme"
}