]> git.proxmox.com Git - mirror_novnc.git/blame - package.json
Move sinon to karma framework
[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",
e6af0f60
SR
5 "directories": {
6 "doc": "docs",
7 "test": "tests"
8 },
9 "scripts": {
8727f598
JD
10 "lint": "eslint app core po tests utils",
11 "test": "karma start karma.conf.js",
f6dd102a 12 "prepare": "node ./utils/use_require.js --as commonjs --clean"
e6af0f60
SR
13 },
14 "repository": {
15 "type": "git",
10ab92e1 16 "url": "git+https://github.com/novnc/noVNC.git"
e6af0f60
SR
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)",
e4290d8c
SM
22 "Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)",
23 "Pierre Ossman <ossman@cendio.se> (https://github.com/CendioOssman)"
e6af0f60 24 ],
a9b483cd 25 "license": "MPL-2.0",
e6af0f60 26 "bugs": {
101ff127 27 "url": "https://github.com/novnc/noVNC/issues"
e6af0f60 28 },
101ff127 29 "homepage": "https://github.com/novnc/noVNC",
e6af0f60 30 "devDependencies": {
6cae7b58 31 "babel-core": "^6.22.1",
ae510306 32 "babel-plugin-add-module-exports": "^0.2.1",
1524df89 33 "babel-plugin-import-redirect": "*",
6e744119 34 "babel-plugin-syntax-dynamic-import": "^6.18.0",
6cae7b58 35 "babel-plugin-transform-es2015-modules-amd": "^6.22.0",
a0ab4d4b 36 "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
6cae7b58
SR
37 "babel-plugin-transform-es2015-modules-systemjs": "^6.22.0",
38 "babel-plugin-transform-es2015-modules-umd": "^6.22.0",
cdb860ad 39 "babel-preset-es2015": "^6.24.1",
6cae7b58 40 "babelify": "^7.3.0",
ae510306 41 "browserify": "^13.1.0",
a0ab4d4b
SM
42 "chai": "^3.5.0",
43 "commander": "^2.9.0",
399fa2ee 44 "es-module-loader": "^2.1.0",
8727f598 45 "eslint": "^4.16.0",
a0ab4d4b 46 "fs-extra": "^1.0.0",
edffd9e2 47 "jsdom": "*",
a0ab4d4b 48 "karma": "^1.3.0",
dfae3209 49 "karma-babel-preprocessor": "^6.0.1",
a0ab4d4b
SM
50 "karma-mocha": "^1.3.0",
51 "karma-mocha-reporter": "^2.2.0",
dfae3209 52 "karma-requirejs": "^1.1.0",
399fa2ee 53 "karma-sauce-launcher": "^1.0.0",
ae2e1ff7 54 "karma-sinon-chai": "^2.0.0",
a0ab4d4b 55 "mocha": "^3.1.2",
edffd9e2 56 "node-getopt": "*",
3cdc603a 57 "po2json": "*",
399fa2ee
SR
58 "requirejs": "^2.3.2",
59 "rollup": "^0.41.4",
60 "rollup-plugin-node-resolve": "^2.0.0",
ae2e1ff7 61 "sinon": "^4.0.0",
dfae3209 62 "sinon-chai": "^2.8.0"
10ab92e1
SR
63 },
64 "dependencies": {},
65 "keywords": [
66 "vnc",
67 "rfb",
68 "novnc",
69 "websockify"
70 ]
e6af0f60 71}