]> git.proxmox.com Git - mirror_novnc.git/blame - package.json
feat: add French localization strings
[mirror_novnc.git] / package.json
CommitLineData
e6af0f60 1{
10ab92e1 2 "name": "@novnc/novnc",
9142f8f0 3 "version": "1.2.0",
e6af0f60 4 "description": "An HTML5 VNC client",
6532b4d1 5 "browser": "lib/rfb",
e6af0f60 6 "directories": {
ea4065f3 7 "lib": "lib",
e6af0f60
SR
8 "doc": "docs",
9 "test": "tests"
10 },
ea4065f3
PO
11 "files": [
12 "lib",
13 "AUTHORS",
14 "VERSION",
15 "docs/API.md",
16 "docs/LIBRARY.md",
17 "docs/LICENSE*",
18 "core",
19 "vendor/pako"
20 ],
e6af0f60 21 "scripts": {
90d463f9 22 "lint": "eslint app core po/po2js po/xgettext-html tests utils",
8727f598 23 "test": "karma start karma.conf.js",
890cff92 24 "prepublish": "node ./utils/use_require.js --clean"
e6af0f60
SR
25 },
26 "repository": {
27 "type": "git",
10ab92e1 28 "url": "git+https://github.com/novnc/noVNC.git"
e6af0f60
SR
29 },
30 "author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",
31 "contributors": [
32 "Solly Ross <sross@redhat.com> (https://github.com/directxman12)",
33 "Peter Åstrand <astrand@cendio.se> (https://github.com/astrand)",
e4290d8c
SM
34 "Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)",
35 "Pierre Ossman <ossman@cendio.se> (https://github.com/CendioOssman)"
e6af0f60 36 ],
a9b483cd 37 "license": "MPL-2.0",
e6af0f60 38 "bugs": {
101ff127 39 "url": "https://github.com/novnc/noVNC/issues"
e6af0f60 40 },
101ff127 41 "homepage": "https://github.com/novnc/noVNC",
e6af0f60 42 "devDependencies": {
0dd439a8
PO
43 "@babel/core": "*",
44 "@babel/plugin-syntax-dynamic-import": "*",
0dd439a8 45 "@babel/plugin-transform-modules-commonjs": "*",
0dd439a8
PO
46 "@babel/preset-env": "*",
47 "@babel/cli": "*",
1524df89 48 "babel-plugin-import-redirect": "*",
e24b501c 49 "browserify": "*",
0dd439a8
PO
50 "babelify": "*",
51 "core-js": "*",
c9765e50 52 "chai": "*",
e24b501c
PO
53 "commander": "*",
54 "es-module-loader": "*",
55 "eslint": "*",
56 "fs-extra": "*",
edffd9e2 57 "jsdom": "*",
e24b501c
PO
58 "karma": "*",
59 "karma-mocha": "*",
2835616b
PO
60 "karma-chrome-launcher": "*",
61 "@chiragrupani/karma-chromium-edge-launcher": "*",
62 "karma-firefox-launcher": "*",
63 "karma-ie-launcher": "*",
e24b501c 64 "karma-mocha-reporter": "*",
2835616b
PO
65 "karma-safari-launcher": "*",
66 "karma-script-launcher": "*",
e24b501c
PO
67 "karma-sinon-chai": "*",
68 "mocha": "*",
edffd9e2 69 "node-getopt": "*",
3cdc603a 70 "po2json": "*",
e24b501c 71 "requirejs": "*",
604edf07
PO
72 "rollup": "*",
73 "rollup-plugin-node-resolve": "*",
c9765e50
PO
74 "sinon": "*",
75 "sinon-chai": "*"
10ab92e1
SR
76 },
77 "dependencies": {},
78 "keywords": [
79 "vnc",
80 "rfb",
81 "novnc",
82 "websockify"
83 ]
e6af0f60 84}