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
|
Source: modestmaps-js
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>,
David Paleino <dapal@debian.org>
Section: web
Priority: extra
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: node-uglify
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/modestmaps-js.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/modestmaps-js.git
Homepage: http://modestmaps.com/
Package: libjs-modestmaps
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Suggests: modestmaps-js-doc
Description: display and interaction library for tile-based maps - Javascript
Modest Maps is a display and interaction library for tile-based maps.
.
Its intent is to provide a minimal, extensible, customizable, and free
display library for designers and developers who want to use interactive
maps in their own projects. Modest Maps provides a core set of features
in a tight, clean package, with hooks for additional functionality.
.
This package contains the Javascript library.
Package: node-modestmaps
Architecture: all
Depends: ${misc:Depends},
nodejs
Suggests: modestmaps-js-doc
Description: display and interaction library for tile-based maps - NodeJS
Modest Maps is a display and interaction library for tile-based maps.
.
Its intent is to provide a minimal, extensible, customizable, and free
display library for designers and developers who want to use interactive
maps in their own projects. Modest Maps provides a core set of features
in a tight, clean package, with hooks for additional functionality.
.
This package contains the NodeJS module.
Package: modestmaps-js-doc
Architecture: all
Section: doc
Depends: libjs-excanvas,
libjs-jquery,
libjs-jquery-ui,
${misc:Depends}
Description: display and interaction library for tile-based maps - docs
Modest Maps is a display and interaction library for tile-based maps.
.
Its intent is to provide a minimal, extensible, customizable, and free
display library for designers and developers who want to use interactive
maps in their own projects. Modest Maps provides a core set of features
in a tight, clean package, with hooks for additional functionality.
.
This package contains examples for the Javascript-based implementations.
|