grunt-sound-spritesheet
Version:
Combines audio files into one audio file and creates json data for cue points.
54 lines (53 loc) • 1.17 kB
JSON
{
"name": "grunt-sound-spritesheet",
"description": "Combines audio files into one audio file and creates json data for cue points.",
"version": "0.1.2",
"homepage": "grunt-sound-spritesheet",
"author": {
"name": "Khuram Masood",
"email": "khuram99@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/khuram-masood/grunt-sound-spritesheet.git"
},
"bugs": {
"url": "https://github.com/khuram-masood/grunt-sound-spritesheet/issues"
},
"licenses": [
{
"type": "MIT",
"url": "grunt-sound-spritesheet/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"keywords": [
"spritesheet",
"audio spritesheet",
"sound spritesheet",
"mp3 spritesheet",
"ogg spritesheet",
"id3v1",
"id3v2",
"mp3",
"ogg",
"tags",
"tag",
"howler"
],
"dependencies": {
"jsonfile": "^2.2.3",
"musicmetadata": "^2.0.2"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt": "~0.4.5"
},
"peerDependencies": {
"grunt": "~0.4.5"
}
}