]> git.proxmox.com Git - mirror_novnc.git/blame - package.json
Update package.json to specify version 0.5.1
[mirror_novnc.git] / package.json
CommitLineData
e6af0f60
SR
1{
2 "name": "noVNC",
4e534a80 3 "version": "0.5.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": {
11 "test": "karma start karma.conf.js"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/kanaka/noVNC.git"
16 },
17 "author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",
18 "contributors": [
19 "Solly Ross <sross@redhat.com> (https://github.com/directxman12)",
20 "Peter Åstrand <astrand@cendio.se> (https://github.com/astrand)",
21 "Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)"
22 ],
23 "license": "MPL 2.0",
24 "bugs": {
25 "url": "https://github.com/kanaka/noVNC/issues"
26 },
27 "homepage": "https://github.com/kanaka/noVNC",
28 "devDependencies": {
29 "ansi": "^0.3.0",
30 "casperjs": "^1.1.0-beta3",
c42ea225
SR
31 "chai": "^1.10.0",
32 "commander": "^2.5.0",
33 "karma": "^0.12.25",
e6af0f60 34 "karma-chai": "^0.1.0",
c42ea225
SR
35 "karma-mocha": "^0.1.9",
36 "karma-mocha-reporter": "^0.3.1",
e6af0f60 37 "karma-phantomjs-launcher": "^0.1.4",
c42ea225 38 "karma-sauce-launcher": "^0.2.10",
e6af0f60 39 "karma-sinon": "^1.0.3",
c42ea225
SR
40 "karma-sinon-chai-latest": "^0.1.0",
41 "mocha": "^2.0.1",
42 "open": "^0.0.5",
43 "phantom": "^0.7.0",
44 "phantomjs": "^1.9.12",
45 "sinon": "^1.12.1",
46 "sinon-chai": "^2.6.0",
47 "spooky": "^0.2.5",
48 "temp": "^0.8.1"
e6af0f60
SR
49 }
50}