]> git.proxmox.com Git - mirror_novnc.git/blob - package.json
Add support for Travis CI and SauceLabs Testing
[mirror_novnc.git] / package.json
1 {
2 "name": "noVNC",
3 "version": "0.5.0",
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",
31 "chai": "^1.9.1",
32 "commander": "^2.2.0",
33 "karma": "^0.12.16",
34 "karma-chai": "^0.1.0",
35 "karma-mocha": "^0.1.4",
36 "karma-mocha-reporter": "^0.2.5",
37 "karma-phantomjs-launcher": "^0.1.4",
38 "karma-sauce-launcher": "^0.2.8",
39 "karma-sinon": "^1.0.3",
40 "karma-sinon-chai": "^0.1.6",
41 "mocha": "^1.20.1",
42 "open": "0.0.5",
43 "phantom": "^0.6.3",
44 "phantomjs": "^1.9.7-9",
45 "sinon": "^1.10.2",
46 "sinon-chai": "^2.5.0",
47 "spooky": "^0.2.4",
48 "temp": "^0.8.0"
49 }
50 }