]> git.proxmox.com Git - mirror_novnc.git/blob - package.json
Add Spanish translation
[mirror_novnc.git] / package.json
1 {
2 "name": "@novnc/novnc",
3 "version": "1.0.0-testing.2",
4 "description": "An HTML5 VNC client",
5 "directories": {
6 "doc": "docs",
7 "test": "tests"
8 },
9 "scripts": {
10 "test": "PATH=$PATH:node_modules/karma/bin karma start karma.conf.js",
11 "prepare": "node ./utils/use_require.js --as commonjs --clean"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/novnc/noVNC.git"
16 },
17 "author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",
18 "contributors": [
19 "Solly Ross <sross@redhat.com> (https://github.com/directxman12)",
20 "Peter Åstrand <astrand@cendio.se> (https://github.com/astrand)",
21 "Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)",
22 "Pierre Ossman <ossman@cendio.se> (https://github.com/CendioOssman)"
23 ],
24 "license": "MPL-2.0",
25 "bugs": {
26 "url": "https://github.com/novnc/noVNC/issues"
27 },
28 "homepage": "https://github.com/novnc/noVNC",
29 "devDependencies": {
30 "babel-core": "^6.22.1",
31 "babel-plugin-add-module-exports": "^0.2.1",
32 "babel-plugin-import-redirect": "*",
33 "babel-plugin-syntax-dynamic-import": "^6.18.0",
34 "babel-plugin-transform-es2015-modules-amd": "^6.22.0",
35 "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
36 "babel-plugin-transform-es2015-modules-systemjs": "^6.22.0",
37 "babel-plugin-transform-es2015-modules-umd": "^6.22.0",
38 "babelify": "^7.3.0",
39 "browserify": "^13.1.0",
40 "chai": "^3.5.0",
41 "commander": "^2.9.0",
42 "es-module-loader": "^2.1.0",
43 "fs-extra": "^1.0.0",
44 "jsdom": "*",
45 "karma": "^1.3.0",
46 "karma-babel-preprocessor": "^6.0.1",
47 "karma-chai": "^0.1.0",
48 "karma-mocha": "^1.3.0",
49 "karma-mocha-reporter": "^2.2.0",
50 "karma-requirejs": "^1.1.0",
51 "karma-sauce-launcher": "^1.0.0",
52 "mocha": "^3.1.2",
53 "node-getopt": "*",
54 "po2json": "*",
55 "requirejs": "^2.3.2",
56 "rollup": "^0.41.4",
57 "rollup-plugin-node-resolve": "^2.0.0",
58 "sinon-chai": "^2.8.0"
59 },
60 "dependencies": {},
61 "keywords": [
62 "vnc",
63 "rfb",
64 "novnc",
65 "websockify"
66 ]
67 }