UNPKG

soundtouchjs

Version:

An ES2015 library for manipulating Web Audio Contexts

57 lines (56 loc) 1.78 kB
{ "name": "soundtouchjs", "version": "0.2.1", "description": "An ES2015 library for manipulating Web Audio Contexts", "main": "dist/soundtouch.js", "module": "dist/soundtouch.js", "keywords": [ "audio", "WebAudio", "JavaScript", "es2015" ], "bugs": { "url": "https://github.com/cutterbl/SoundTouchJS/issues" }, "author": "Steve 'Cutter' Blades", "contributors": [ "Steve 'Cutter' Blades <web.admin@cutterscrossing.com> (https://cutterscrossing.com/)", "Olli Parviainen <oparviai@iki.fi> (https://www.surina.net/soundtouch/)", "Ryan Berdeen <ryan@ryanberdeen.com> (http://ryanberdeen.com/)", "Jakub Fiala <jakub@fiala.space> (http://fiala.space/)", "Adria Holovaty (http://www.holovaty.com/)" ], "license": "LGPL-2.1", "repository": { "type": "git", "url": "git+https://github.com/cutterbl/SoundTouchJS.git" }, "homepage": "https://github.com/cutterbl/SoundTouchJS", "scripts": { "build": "rollup -c scripts/rollup.config.mjs", "prettier": "prettier --write 'src/**/*.js'", "release": "commit-and-tag-version", "start": "node scripts/server.cjs" }, "devDependencies": { "@babel/core": "7.26.9", "@babel/preset-env": "7.26.9", "@commitlint/cli": "19.7.1", "@commitlint/config-conventional": "19.7.1", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "28.0.3", "@rollup/plugin-eslint": "9.0.5", "@rollup/plugin-node-resolve": "16.0.0", "commit-and-tag-version": "12.5.0", "connect": "3.7.0", "localip": "1.0.0", "open": "8.4.2", "prettier": "3.5.3", "regenerator-runtime": "0.14.1", "rollup": "4.34.9", "rollup-plugin-cleanup": "3.2.1", "rollup-plugin-clear": "2.0.7", "serve-static": "1.16.2" } }