@jimbly/howler
Version:
GLOV.js fork of Howler.js
45 lines (44 loc) • 896 B
JSON
{
"name": "@jimbly/howler",
"version": "0.1.10",
"description": "GLOV.js fork of Howler.js",
"keywords": [
"howler",
"howler.js",
"audio",
"sound",
"web audio",
"webaudio",
"browser",
"html5",
"html5 audio",
"audio sprite",
"audiosprite",
"glovjs"
],
"authors": [
"James Simpson <james@goldfirestudios.com> (http://goldfirestudios.com)",
"Jimb Esser (https://github.com/Jimbly)"
],
"homepage": "https://github.com/Jimbly/howler.js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Jimbly/npm-publish.git"
},
"scripts": {
"test": "node -e \"process.exit(0)\""
},
"devDependencies": {
"uglify-js": "2.x"
},
"main": "src/howler.core.js",
"license": "MIT",
"files": [
"src",
"LICENSE.md"
],
"directories": {
"example": "examples",
"test": "tests"
}
}