UNPKG

@pencil.js/slider

Version:

Slider user input for Pencil.js package.

51 lines (50 loc) 1.38 kB
{ "name": "@pencil.js/slider", "version": "1.18.0", "description": "Slider user input for Pencil.js package.", "main": "slider.js", "files": [], "sideEffects": false, "scripts": { "test": "nyc --reporter=text ava" }, "ava": { "require": [ "esm" ] }, "repository": { "type": "git", "url": "git+https://github.com/pencil-js/pencil.js.git" }, "publishConfig": { "access": "public" }, "keywords": [ "pencil.js", "UI" ], "dependencies": { "@pencil.js/base-event": "^1.18.0", "@pencil.js/circle": "^1.18.0", "@pencil.js/component": "^1.18.0", "@pencil.js/container": "^1.18.0", "@pencil.js/draggable": "^1.18.0", "@pencil.js/input": "^1.18.0", "@pencil.js/math": "^1.18.0", "@pencil.js/mouse-event": "^1.18.0", "@pencil.js/position": "^1.18.0", "@pencil.js/vector": "^1.18.0" }, "author": "Guillaume Martigny <guillaume.martigny@gmail.com> (https://www.guillaume-martigny.fr)", "license": "MIT", "bugs": { "url": "https://github.com/pencil-js/pencil.js/issues" }, "devDependencies": { "ava": "^3.9.0", "esm": "^3.2.25", "nyc": "^15.1.0" }, "gitHead": "2bb5df1af2606d32121eceb765f5823265c32c3f" }