Source: three.js
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Bremner <bremner@debian.org>,
 Ximin Luo <infinity0@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 12),
# Debian's qunit is too old, see d/rules for notes on how to run manually
# libjs-qunit,
 node-rollup-plugin-buble,
# we use uglify instead of closure-compiler since the version of the latter in Debian is too old
 node-uglify,
 rollup
Standards-Version: 4.4.1
Homepage: https://threejs.org
Vcs-Browser: https://salsa.debian.org/js-team/three.js
Vcs-Git: https://salsa.debian.org/js-team/three.js.git
Rules-Requires-Root: no

Package: libjs-three
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Provides: node-three (= ${binary:Version})
Description: lightweight 3D graphics library
 JavaScript library that provides a high level API to create 3D
 graphics in the browser using WebGL.
