]> git.proxmox.com Git - mirror_novnc.git/blob - package.json
Upgrade to latest npm package versions
[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-require",
13 "build-es6": "node ./utils/use_require.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/kanaka/noVNC.git"
18 },
19 "author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",
20 "contributors": [
21 "Solly Ross <sross@redhat.com> (https://github.com/directxman12)",
22 "Peter Åstrand <astrand@cendio.se> (https://github.com/astrand)",
23 "Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)"
24 ],
25 "license": "MPL 2.0",
26 "bugs": {
27 "url": "https://github.com/kanaka/noVNC/issues"
28 },
29 "homepage": "https://github.com/kanaka/noVNC",
30 "devDependencies": {
31 "ansi": "^0.3.1",
32 "babel-plugin-add-module-exports": "^0.2.1",
33 "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
34 "babelify": "^7.3.0",
35 "browserify": "^13.1.0",
36 "casperjs": "^1.1.3",
37 "chai": "^3.5.0",
38 "commander": "^2.9.0",
39 "fs-extra": "^1.0.0",
40 "karma": "^1.3.0",
41 "karma-chai": "^0.1.0",
42 "karma-mocha": "^1.3.0",
43 "karma-mocha-reporter": "^2.2.0",
44 "karma-phantomjs-launcher": "^1.0.2",
45 "karma-sauce-launcher": "^1.0.0",
46 "karma-sinon": "^1.0.5",
47 "karma-sinon-chai-latest": "^0.1.0",
48 "mocha": "^3.1.2",
49 "open": "^0.0.5",
50 "phantomjs-prebuilt": "^2.1.13",
51 "sinon": "^1.17.6",
52 "sinon-chai": "^2.8.0",
53 "spooky": "^0.2.5",
54 "temp": "^0.8.3",
55 "through2": "^2.0.1"
56 },
57 "dependencies": {
58 "pako": "^1.0.3"
59 }
60 }