]> git.proxmox.com Git - mirror_novnc.git/blame - package.json
Merge pull request #689 from ossman/keysym
[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
SR
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"
e6af0f60
SR
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.0",
ae510306
SR
32 "babel-plugin-add-module-exports": "^0.2.1",
33 "babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
34 "babelify": "^7.3.0",
35 "browserify": "^13.1.0",
e6af0f60 36 "casperjs": "^1.1.0-beta3",
88224c3f 37 "chai": "^2.1.0",
ae510306
SR
38 "commander": "^2.8.1",
39 "fs-extra": "^0.30.0",
88224c3f 40 "karma": "^0.12.31",
e6af0f60 41 "karma-chai": "^0.1.0",
88224c3f
SR
42 "karma-mocha": "^0.1.10",
43 "karma-mocha-reporter": "^1.0.0",
9eca6889 44 "karma-phantomjs-launcher": "^1.0.0",
c42ea225 45 "karma-sauce-launcher": "^0.2.10",
88224c3f 46 "karma-sinon": "^1.0.4",
c42ea225 47 "karma-sinon-chai-latest": "^0.1.0",
88224c3f 48 "mocha": "^2.1.0",
c42ea225 49 "open": "^0.0.5",
9eca6889 50 "phantomjs-prebuilt": "^2.1.4",
88224c3f
SR
51 "sinon": "^1.12.2",
52 "sinon-chai": "^2.7.0",
c42ea225 53 "spooky": "^0.2.5",
ae510306
SR
54 "temp": "^0.8.1",
55 "through2": "^2.0.1"
56 },
57 "dependencies": {
58 "pako": "^1.0.3"
e6af0f60
SR
59 }
60}