]> git.proxmox.com Git - mirror_novnc.git/blame - package.json
Standardize on camelCase in utils
[mirror_novnc.git] / package.json
CommitLineData
e6af0f60 1{
10ab92e1 2 "name": "@novnc/novnc",
9fe2fd04 3 "version": "1.1.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",
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": {
0dd439a8
PO
43 "@babel/core": "*",
44 "@babel/plugin-syntax-dynamic-import": "*",
45 "@babel/plugin-transform-modules-amd": "*",
46 "@babel/plugin-transform-modules-commonjs": "*",
47 "@babel/plugin-transform-modules-systemjs": "*",
48 "@babel/plugin-transform-modules-umd": "*",
49 "@babel/preset-env": "*",
50 "@babel/cli": "*",
1524df89 51 "babel-plugin-import-redirect": "*",
e24b501c 52 "browserify": "*",
0dd439a8
PO
53 "babelify": "*",
54 "core-js": "*",
c9765e50 55 "chai": "*",
e24b501c
PO
56 "commander": "*",
57 "es-module-loader": "*",
58 "eslint": "*",
59 "fs-extra": "*",
edffd9e2 60 "jsdom": "*",
e24b501c
PO
61 "karma": "*",
62 "karma-mocha": "*",
63 "karma-mocha-reporter": "*",
64 "karma-sauce-launcher": "*",
65 "karma-sinon-chai": "*",
66 "mocha": "*",
edffd9e2 67 "node-getopt": "*",
3cdc603a 68 "po2json": "*",
e24b501c 69 "requirejs": "*",
604edf07
PO
70 "rollup": "*",
71 "rollup-plugin-node-resolve": "*",
c9765e50
PO
72 "sinon": "*",
73 "sinon-chai": "*"
10ab92e1
SR
74 },
75 "dependencies": {},
76 "keywords": [
77 "vnc",
78 "rfb",
79 "novnc",
80 "websockify"
81 ]
e6af0f60 82}