63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "noVNC",
|
|
"version": "0.6.1",
|
|
"description": "An HTML5 VNC client",
|
|
"main": "./include/index.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/karma start karma.conf.js",
|
|
"build": "./node_modules/.bin/webpack",
|
|
"start": "./utils/launch.sh --vnc localhost:5901"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kanaka/noVNC.git"
|
|
},
|
|
"author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",
|
|
"contributors": [
|
|
"Solly Ross <sross@redhat.com> (https://github.com/directxman12)",
|
|
"Peter Åstrand <astrand@cendio.se> (https://github.com/astrand)",
|
|
"Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)"
|
|
],
|
|
"license": "MPL 2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/kanaka/noVNC/issues"
|
|
},
|
|
"homepage": "https://github.com/kanaka/noVNC",
|
|
"devDependencies": {
|
|
"ansi": "^0.3.0",
|
|
"casperjs": "^1.1.0-beta3",
|
|
"chai": "^2.1.0",
|
|
"commander": "^2.6.0",
|
|
"expose-loader": "^0.7.1",
|
|
"istanbul-instrumenter-loader": "^0.2.0",
|
|
"karma": "^1.1.2",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-mocha": "^0.1.10",
|
|
"karma-mocha-reporter": "^1.0.0",
|
|
"karma-phantomjs-launcher": "^0.1.4",
|
|
"karma-sauce-launcher": "^0.2.10",
|
|
"karma-sinon": "^1.0.4",
|
|
"karma-sinon-chai-latest": "^0.1.0",
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
"karma-webpack": "^1.7.0",
|
|
"mocha": "^2.1.0",
|
|
"open": "^0.0.5",
|
|
"phantom": "^0.7.2",
|
|
"phantomjs": "^1.9.15",
|
|
"sinon": "^1.12.2",
|
|
"sinon-chai": "^2.7.0",
|
|
"spooky": "^0.2.5",
|
|
"temp": "^0.8.1",
|
|
"webpack": "^1.13.1",
|
|
"webpack-dev-server": "^1.14.1"
|
|
},
|
|
"dependencies": {
|
|
"pako": "^0.2.6"
|
|
}
|
|
}
|