File: control

package info (click to toggle)
node-pikaday 1.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 380 kB
  • sloc: javascript: 1,193; makefile: 14
file content (30 lines) | stat: -rw-r--r-- 862 bytes parent folder | download
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
Source: node-pikaday
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Daniel Ring <dring@wolfishly.me>
Build-Depends:
 debhelper-compat (= 12)
 , dh-sequence-nodejs
 , nodejs
Standards-Version: 4.5.1
Homepage: https://pikaday.com
Vcs-Git: https://salsa.debian.org/js-team/node-pikaday.git
Vcs-Browser: https://salsa.debian.org/js-team/node-pikaday

Package: node-pikaday
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends}
 , nodejs
Suggests:
 node-jquery
 , node-requirejs
 , node-moment
Description: Lightweight JavaScript datepicker
 Pikaday is a lightweight JavaScript datepicker with modular CSS and no
 dependencies. It is designed to work well alone but supports integration
 with Moment.js.
 .
 Node.js is an event-based server-side JavaScript engine.