]> git.proxmox.com Git - mirror_novnc.git/blame - package.json
Update generated JS files for translations
[mirror_novnc.git] / package.json
CommitLineData
e6af0f60 1{
10ab92e1 2 "name": "@novnc/novnc",
e91a095a 3 "version": "1.0.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": {
8727f598
JD
22 "lint": "eslint app core po tests utils",
23 "test": "karma start karma.conf.js",
69a9fd60 24 "prepublish": "node ./utils/use_require.js --as commonjs --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": {
6cae7b58 43 "babel-core": "^6.22.1",
ae510306 44 "babel-plugin-add-module-exports": "^0.2.1",
1524df89 45 "babel-plugin-import-redirect": "*",
6e744119 46 "babel-plugin-syntax-dynamic-import": "^6.18.0",
6cae7b58 47 "babel-plugin-transform-es2015-modules-amd": "^6.22.0",
a0ab4d4b 48 "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
6cae7b58
SR
49 "babel-plugin-transform-es2015-modules-systemjs": "^6.22.0",
50 "babel-plugin-transform-es2015-modules-umd": "^6.22.0",
cdb860ad 51 "babel-preset-es2015": "^6.24.1",
6cae7b58 52 "babelify": "^7.3.0",
ae510306 53 "browserify": "^13.1.0",
a0ab4d4b
SM
54 "chai": "^3.5.0",
55 "commander": "^2.9.0",
399fa2ee 56 "es-module-loader": "^2.1.0",
8727f598 57 "eslint": "^4.16.0",
a0ab4d4b 58 "fs-extra": "^1.0.0",
edffd9e2 59 "jsdom": "*",
a0ab4d4b 60 "karma": "^1.3.0",
a0ab4d4b
SM
61 "karma-mocha": "^1.3.0",
62 "karma-mocha-reporter": "^2.2.0",
399fa2ee 63 "karma-sauce-launcher": "^1.0.0",
ae2e1ff7 64 "karma-sinon-chai": "^2.0.0",
a0ab4d4b 65 "mocha": "^3.1.2",
edffd9e2 66 "node-getopt": "*",
3cdc603a 67 "po2json": "*",
399fa2ee
SR
68 "requirejs": "^2.3.2",
69 "rollup": "^0.41.4",
70 "rollup-plugin-node-resolve": "^2.0.0",
ae2e1ff7 71 "sinon": "^4.0.0",
dfae3209 72 "sinon-chai": "^2.8.0"
10ab92e1
SR
73 },
74 "dependencies": {},
75 "keywords": [
76 "vnc",
77 "rfb",
78 "novnc",
79 "websockify"
80 ]
e6af0f60 81}