UNPKG

node-red-contrib-snap4city-user

Version:

Nodes for Snap4city project, targeted to standard user (no developer)

50 lines 1.22 kB
{ "name": "jquery-simulate-ext", "description": "jQuery Simulate - extended. Simulating complex user interaction based on the jQuery Simulate plugin.", "version": "1.3.0", "keywords": [ "jquery", "simulate", "key", "mouse", "press", "move", "drag", "drop", "user-interaction" ], "author": { "name": "Jochen Ulrich", "email": "jochenulrich@t-online.de", "web": "https://github.com/j-ulrich" }, "contributors": [ { "name": "Jochen Ulrich", "email": "jochenulrich@t-online.de", "web": "https://github.com/j-ulrich" } ], "bugs": "https://github.com/j-ulrich/jquery-simulate-ext/issues", "licenses": [ { "type": "MIT", "url": "http://github.com/j-ulrich/jquery-simulate-ext/blob/master/MIT-LICENSE.txt" } ], "repository": { "type": "git", "url": "https://github.com/j-ulrich/jquery-simulate-ext.git" }, "dependencies": {}, "homepage": "https://github.com/j-ulrich/jquery-simulate-ext", "scripts": { "test": "grunt qunit" }, "devDependencies": { "grunt": "~0.4.2", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-jshint": "~0.7.2", "grunt-contrib-qunit": "~0.3.0" } }