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