]> git.proxmox.com Git - mirror_novnc.git/blob - package.json
Use ES6 modules natively via Polyfill
[mirror_novnc.git] / package.json
1 {
2 "name": "noVNC",
3 "version": "0.6.1",
4 "description": "An HTML5 VNC client",
5 "main": "karma.conf.js",
6 "directories": {
7 "doc": "docs",
8 "test": "tests"
9 },
10 "scripts": {
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"
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.1",
32 "babel-plugin-add-module-exports": "^0.2.1",
33 "babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
34 "babelify": "^7.3.0",
35 "browser-es-module-loader": "^0.4.1",
36 "browserify": "^13.1.0",
37 "casperjs": "^1.1.3",
38 "chai": "^3.5.0",
39 "commander": "^2.9.0",
40 "fs-extra": "^1.0.0",
41 "jsdom": "*",
42 "karma": "^1.3.0",
43 "karma-chai": "^0.1.0",
44 "karma-mocha": "^1.3.0",
45 "karma-mocha-reporter": "^2.2.0",
46 "karma-phantomjs-launcher": "^1.0.2",
47 "karma-sauce-launcher": "^1.0.0",
48 "karma-sinon": "^1.0.5",
49 "karma-sinon-chai-latest": "^0.1.0",
50 "mocha": "^3.1.2",
51 "node-getopt": "*",
52 "open": "^0.0.5",
53 "phantomjs-prebuilt": "^2.1.13",
54 "po2json": "*",
55 "sinon": "^1.17.6",
56 "sinon-chai": "^2.8.0",
57 "spooky": "^0.2.5",
58 "temp": "^0.8.3",
59 "through2": "^2.0.1"
60 }
61 }