web-audio-touch-unlock
Version:
Deprecated: use 'web-audio-unlock' instead (same API)
64 lines (63 loc) • 1.66 kB
JSON
{
"name": "web-audio-touch-unlock",
"version": "1.1.0",
"description": "Deprecated: use 'web-audio-unlock' instead (same API)",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"default": "./dist/index.js"
},
"./unminified": {
"types": "./dist/index.d.ts",
"require": "./dist/unminified.js",
"import": "./dist/unminified.mjs",
"default": "./dist/unminified.js"
}
},
"typesVersions": {
"*": {
"unminified": [
"dist/index.d.ts"
]
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/pavle-goloskokovic/web-audio-touch-unlock.git"
},
"keywords": [
"web",
"audio",
"webaudio",
"unlock",
"touch",
"mobile",
"ios",
"android",
"ipad",
"iphone",
"apple",
"javascript",
"html5",
"typescript"
],
"author": "Pavle Goloskokovic <pgoloskokovic@gmail.com> (http://prunegames.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pavle-goloskokovic/web-audio-touch-unlock/issues"
},
"homepage": "https://github.com/pavle-goloskokovic/web-audio-touch-unlock#readme",
"dependencies": {
"web-audio-unlock": "^1.0.0"
}
}