[infra] Publish to NPM via Travis

This commit sets up Travis to publish to NPM on tags, to the
@novnc/novnc repository.
This commit is contained in:
Solly Ross
2017-10-04 14:58:58 -04:00
parent f6dd102a14
commit 10ab92e1ff
3 changed files with 3382 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "noVNC",
"name": "@novnc/novnc",
"version": "0.6.1",
"description": "An HTML5 VNC client",
"directories": {
@@ -12,7 +12,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/novnc/noVNC.git"
"url": "git+https://github.com/novnc/noVNC.git"
},
"author": "Joel Martin <github@martintribe.org> (https://github.com/kanaka)",
"contributors": [
@@ -56,5 +56,12 @@
"rollup": "^0.41.4",
"rollup-plugin-node-resolve": "^2.0.0",
"sinon-chai": "^2.8.0"
}
},
"dependencies": {},
"keywords": [
"vnc",
"rfb",
"novnc",
"websockify"
]
}