]> git.proxmox.com Git - mirror_novnc.git/blob - package.json
Merge pull request #738 from patrakov/master
[mirror_novnc.git] / package.json
1 {
2 "name": "noVNC",
3 "version": "0.6.1",
4 "description": "An HTML5 VNC client",
5 "main": "karma.conf.js",
6 "directories": {
7 "doc": "docs",
8 "test": "tests"
9 },
10 "scripts": {
11 "test": "PATH=$PATH:node_modules/karma/bin karma start karma.conf.js",
12 "prepublish": "node ./utils/use_require.js --as commonjs"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/kanaka/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 ],
24 "license": "MPL 2.0",
25 "bugs": {
26 "url": "https://github.com/kanaka/noVNC/issues"
27 },
28 "homepage": "https://github.com/kanaka/noVNC",
29 "devDependencies": {
30 "babel-core": "^6.22.1",
31 "babel-plugin-add-module-exports": "^0.2.1",
32 "babel-plugin-syntax-dynamic-import": "^6.18.0",
33 "babel-plugin-transform-es2015-modules-amd": "^6.22.0",
34 "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
35 "babel-plugin-transform-es2015-modules-systemjs": "^6.22.0",
36 "babel-plugin-transform-es2015-modules-umd": "^6.22.0",
37 "babelify": "^7.3.0",
38 "browserify": "^13.1.0",
39 "chai": "^3.5.0",
40 "commander": "^2.9.0",
41 "es-module-loader": "^2.1.0",
42 "fs-extra": "^1.0.0",
43 "jsdom": "*",
44 "karma": "^1.3.0",
45 "karma-babel-preprocessor": "^6.0.1",
46 "karma-chai": "^0.1.0",
47 "karma-mocha": "^1.3.0",
48 "karma-mocha-reporter": "^2.2.0",
49 "karma-requirejs": "^1.1.0",
50 "karma-sauce-launcher": "^1.0.0",
51 "mocha": "^3.1.2",
52 "node-getopt": "*",
53 "po2json": "*",
54 "requirejs": "^2.3.2",
55 "rollup": "^0.41.4",
56 "rollup-plugin-node-resolve": "^2.0.0",
57 "sinon-chai": "^2.8.0"
58 }
59 }