This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/papercraft/openjscad/node_modules/most-gestures/package.json

64 lines
1.8 KiB
JSON

{
"_from": "most-gestures@^0.3.0",
"_id": "most-gestures@0.3.0",
"_inBundle": false,
"_integrity": "sha1-Y07mZK2vU9dA0BSKa0tNF0QDpHg=",
"_location": "/most-gestures",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "most-gestures@^0.3.0",
"name": "most-gestures",
"escapedName": "most-gestures",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/@jscad/openjscad"
],
"_resolved": "https://registry.npmjs.org/most-gestures/-/most-gestures-0.3.0.tgz",
"_shasum": "634ee664adaf53d740d0148a6b4b4d174403a478",
"_spec": "most-gestures@^0.3.0",
"_where": "C:\\Users\\tomate\\node_modules\\@jscad\\openjscad",
"author": {
"name": "Mark 'kaosat-dev' Moissette"
},
"bugs": {
"url": "https://github.com/kaosat-dev/most-gestures/issues"
},
"bundleDependencies": false,
"dependencies": {
"most": "^1.7.2"
},
"deprecated": false,
"description": "unified desktop/mobile high level pointer gestures, using most.js",
"devDependencies": {
"ava": "^0.22.0",
"browser-env": "^3.2.1"
},
"homepage": "https://github.com/kaosat-dev/most-gestures#README",
"keywords": [
"pointer",
"gesture",
"most.js",
"reactive",
"observable"
],
"license": "MIT",
"main": "src/index.js",
"name": "most-gestures",
"repository": {
"type": "git",
"url": "git+https://github.com/kaosat-dev/most-gestures.git"
},
"scripts": {
"release-major": "git checkout master; npm version major ; git push origin master --tags ",
"release-minor": "git checkout master; npm version minor ; git push origin master --tags ",
"release-patch": "git checkout master; npm version patch ; git push origin master --tags ",
"test": "ava './src/**/*.test.js' --verbose --timeout 30000"
},
"version": "0.3.0"
}