]> git.proxmox.com Git - mirror_novnc.git/blob - package.json
Update generated JS files for translations
[mirror_novnc.git] / package.json
1 {
2 "name": "@novnc/novnc",
3 "version": "1.0.0",
4 "description": "An HTML5 VNC client",
5 "browser": "lib/rfb",
6 "directories": {
7 "lib": "lib",
8 "doc": "docs",
9 "test": "tests"
10 },
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 ],
21 "scripts": {
22 "lint": "eslint app core po tests utils",
23 "test": "karma start karma.conf.js",
24 "prepublish": "node ./utils/use_require.js --as commonjs --clean"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/novnc/noVNC.git"
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)",
34 "Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)",
35 "Pierre Ossman <ossman@cendio.se> (https://github.com/CendioOssman)"
36 ],
37 "license": "MPL-2.0",
38 "bugs": {
39 "url": "https://github.com/novnc/noVNC/issues"
40 },
41 "homepage": "https://github.com/novnc/noVNC",
42 "devDependencies": {
43 "babel-core": "^6.22.1",
44 "babel-plugin-add-module-exports": "^0.2.1",
45 "babel-plugin-import-redirect": "*",
46 "babel-plugin-syntax-dynamic-import": "^6.18.0",
47 "babel-plugin-transform-es2015-modules-amd": "^6.22.0",
48 "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
49 "babel-plugin-transform-es2015-modules-systemjs": "^6.22.0",
50 "babel-plugin-transform-es2015-modules-umd": "^6.22.0",
51 "babel-preset-es2015": "^6.24.1",
52 "babelify": "^7.3.0",
53 "browserify": "^13.1.0",
54 "chai": "^3.5.0",
55 "commander": "^2.9.0",
56 "es-module-loader": "^2.1.0",
57 "eslint": "^4.16.0",
58 "fs-extra": "^1.0.0",
59 "jsdom": "*",
60 "karma": "^1.3.0",
61 "karma-mocha": "^1.3.0",
62 "karma-mocha-reporter": "^2.2.0",
63 "karma-sauce-launcher": "^1.0.0",
64 "karma-sinon-chai": "^2.0.0",
65 "mocha": "^3.1.2",
66 "node-getopt": "*",
67 "po2json": "*",
68 "requirejs": "^2.3.2",
69 "rollup": "^0.41.4",
70 "rollup-plugin-node-resolve": "^2.0.0",
71 "sinon": "^4.0.0",
72 "sinon-chai": "^2.8.0"
73 },
74 "dependencies": {},
75 "keywords": [
76 "vnc",
77 "rfb",
78 "novnc",
79 "websockify"
80 ]
81 }