]> git.proxmox.com Git - mirror_novnc.git/blame - package.json
[infra] fix vendor import paths on built files
[mirror_novnc.git] / package.json
CommitLineData
e6af0f60
SR
1{
2 "name": "noVNC",
da82b342 3 "version": "0.6.1",
e6af0f60
SR
4 "description": "An HTML5 VNC client",
5 "main": "karma.conf.js",
6 "directories": {
7 "doc": "docs",
8 "test": "tests"
9 },
10 "scripts": {
ae510306 11 "test": "PATH=$PATH:node_modules/karma/bin karma start karma.conf.js",
6cae7b58 12 "prepublish": "node ./utils/use_require.js --as commonjs"
e6af0f60
SR
13 },
14 "repository": {
15 "type": "git",
101ff127 16 "url": "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",
6cae7b58 39 "babelify": "^7.3.0",
ae510306 40 "browserify": "^13.1.0",
a0ab4d4b
SM
41 "chai": "^3.5.0",
42 "commander": "^2.9.0",
399fa2ee 43 "es-module-loader": "^2.1.0",
a0ab4d4b 44 "fs-extra": "^1.0.0",
edffd9e2 45 "jsdom": "*",
a0ab4d4b 46 "karma": "^1.3.0",
dfae3209 47 "karma-babel-preprocessor": "^6.0.1",
e6af0f60 48 "karma-chai": "^0.1.0",
a0ab4d4b
SM
49 "karma-mocha": "^1.3.0",
50 "karma-mocha-reporter": "^2.2.0",
dfae3209 51 "karma-requirejs": "^1.1.0",
399fa2ee 52 "karma-sauce-launcher": "^1.0.0",
a0ab4d4b 53 "mocha": "^3.1.2",
edffd9e2 54 "node-getopt": "*",
3cdc603a 55 "po2json": "*",
399fa2ee
SR
56 "requirejs": "^2.3.2",
57 "rollup": "^0.41.4",
58 "rollup-plugin-node-resolve": "^2.0.0",
dfae3209 59 "sinon-chai": "^2.8.0"
e6af0f60
SR
60 }
61}