-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.61 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
{
"name": "montage-maps",
"version": "0.1.0",
"author": "Montage Studio, inc. (http://montagestudio.com/)",
"description": "Montage components for building geospatial applications",
"dependencies": {
"frb": "~4.0.x",
"leaflet": "~1.6.x",
"montage": "montagejs/montage#master",
"montage-geo": "montagestudio/montage-geo.git#master"
},
"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": "hthetiot/montage-testing#upgrade",
"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": "montagestudio/montage-maps"
},
"keywords": [
"MontageJS",
"Geospatial",
"Maps",
"GeoJSON",
"Functional",
"Reactive",
"Bindings"
],
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/montagestudio/montage-maps/issues"
},
"private": true
}