File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# jsRemote
22[ ![ NPM Version] [ npm-image ]] [ npm-url ]
33[ ![ NPM Downloads] [ downloads-image ]] [ downloads-url ]
4+ [ ![ License] [ license-image ]] [ license-url ]
45
56** NodeJS Desktop Remote using W3C Pointer Lock**
67
@@ -45,3 +46,5 @@ http://myipaddress:4444/
4546[ npm-url ] : https://npmjs.org/package/jsremote
4647[ downloads-image ] : https://img.shields.io/npm/dm/jsremote.svg
4748[ downloads-url ] : https://npmjs.org/package/jsremote
49+ [ license-image ] : https://img.shields.io/npm/l/jsremote.svg
50+ [ license-url ] : LICENSE
Original file line number Diff line number Diff line change @@ -32,23 +32,23 @@ SystemJS.config({
3232 "github:*/*.json"
3333 ] ,
3434 map : {
35- "jspointerlock" : "github:ardean/jsPointerLock@0.3.3 " ,
35+ "jspointerlock" : "github:ardean/jsPointerLock@1.0.0 " ,
3636 "assert" : "npm:jspm-nodelibs-assert@0.2.0" ,
37- "events" : "github :jspm/ nodelibs-events@0.1.1 " ,
37+ "events" : "npm :jspm- nodelibs-events@0.2.0 " ,
3838 "jquery" : "npm:jquery@3.1.1" ,
3939 "process" : "npm:jspm-nodelibs-process@0.2.0" ,
4040 "util" : "npm:jspm-nodelibs-util@0.2.1"
4141 } ,
4242 packages : {
43- "github:ardean/jsPointerLock @0.3.3 " : {
43+ "github:jspm/nodelibs-events @0.1.1 " : {
4444 "map" : {
45- "jquery" : "npm:jquery@3.1.1" ,
46- "events" : "github:jspm/nodelibs-events@0.1.1"
45+ "events" : "npm:events@1.0.2"
4746 }
4847 } ,
49- "github:jspm/nodelibs-events@0.1.1 " : {
48+ "github:ardean/jsPointerLock@1.0.0 " : {
5049 "map" : {
51- "events" : "npm:events@1.0.2"
50+ "jquery" : "npm:jquery@3.1.1" ,
51+ "events" : "github:jspm/nodelibs-events@0.1.1"
5252 }
5353 }
5454 }
Original file line number Diff line number Diff line change 11{
22 "name" : " jsremote" ,
3- "version" : " 0.3.4 " ,
3+ "version" : " 0.3.5 " ,
44 "description" : " NodeJS Desktop Remote using W3C Pointer Lock" ,
55 "main" : " index.js" ,
66 "scripts" : {
5252 "baseURL" : " client"
5353 },
5454 "dependencies" : {
55- "jspointerlock" : " github:ardean/jsPointerLock@^0.3.3 " ,
56- "events" : " github :jspm/ nodelibs-events@^0.1.1 " ,
55+ "jspointerlock" : " github:ardean/jsPointerLock@^1.0.0 " ,
56+ "events" : " npm :jspm- nodelibs-events@^0.2.0 " ,
5757 "jquery" : " npm:jquery@^3.1.1"
5858 },
5959 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments