]> git.proxmox.com Git - mirror_novnc.git/blame - package.json
Load translations over XHR
[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 11 "test": "PATH=$PATH:node_modules/karma/bin karma start karma.conf.js",
6cae7b58 12 "prepublish": "node ./utils/use_require.js --as commonjs"
e6af0f60
SR
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/kanaka/noVNC.git"
17 },
18 "author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",
19 "contributors": [
20 "Solly Ross <sross@redhat.com> (https://github.com/directxman12)",
21 "Peter Åstrand <astrand@cendio.se> (https://github.com/astrand)",
22 "Samuel Mannehed <samuel@cendio.se> (https://github.com/samhed)"
23 ],
24 "license": "MPL 2.0",
25 "bugs": {
26 "url": "https://github.com/kanaka/noVNC/issues"
27 },
28 "homepage": "https://github.com/kanaka/noVNC",
29 "devDependencies": {
a0ab4d4b 30 "ansi": "^0.3.1",
6cae7b58 31 "babel-core": "^6.22.1",
ae510306 32 "babel-plugin-add-module-exports": "^0.2.1",
6cae7b58 33 "babel-plugin-transform-es2015-modules-amd": "^6.22.0",
a0ab4d4b 34 "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
6cae7b58
SR
35 "babel-plugin-transform-es2015-modules-systemjs": "^6.22.0",
36 "babel-plugin-transform-es2015-modules-umd": "^6.22.0",
4faaf431 37 "browser-es-module-loader": "^0.4.1",
6cae7b58 38 "babelify": "^7.3.0",
ae510306 39 "browserify": "^13.1.0",
a0ab4d4b
SM
40 "casperjs": "^1.1.3",
41 "chai": "^3.5.0",
42 "commander": "^2.9.0",
43 "fs-extra": "^1.0.0",
edffd9e2 44 "jsdom": "*",
a0ab4d4b 45 "karma": "^1.3.0",
e6af0f60 46 "karma-chai": "^0.1.0",
a0ab4d4b
SM
47 "karma-mocha": "^1.3.0",
48 "karma-mocha-reporter": "^2.2.0",
49 "karma-phantomjs-launcher": "^1.0.2",
50 "karma-sauce-launcher": "^1.0.0",
51 "karma-sinon": "^1.0.5",
c42ea225 52 "karma-sinon-chai-latest": "^0.1.0",
a0ab4d4b 53 "mocha": "^3.1.2",
edffd9e2 54 "node-getopt": "*",
c42ea225 55 "open": "^0.0.5",
a0ab4d4b 56 "phantomjs-prebuilt": "^2.1.13",
3cdc603a 57 "po2json": "*",
a0ab4d4b
SM
58 "sinon": "^1.17.6",
59 "sinon-chai": "^2.8.0",
c42ea225 60 "spooky": "^0.2.5",
6cae7b58 61 "temp": "^0.8.3"
e6af0f60
SR
62 }
63}