You've already forked AudioPlayr
mirror of
https://github.com/FullScreenShenanigans/AudioPlayr.git
synced 2026-04-28 13:01:36 -07:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"name": "AudioPlayr",
|
|
"description": "An audio library to automate preloading and controlled playback of multiple audio tracks, with support for different browsers' preferred file types.",
|
|
"version": "0.2.1",
|
|
"author": {
|
|
"name": "Josh Goldberg",
|
|
"email": "josh@fullscreenmario.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@github.com:FullScreenShenanigans/AudioPlayr.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/FullScreenShenanigans/AudioPlayr/issues"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"chai": "~2.X",
|
|
"grunt": "~0.4.X",
|
|
"grunt-cli": "~0.1.X",
|
|
"grunt-contrib-clean": "~0.6.X",
|
|
"grunt-contrib-copy": "~0.8.X",
|
|
"grunt-contrib-uglify": "~0.8.X",
|
|
"grunt-mocha-phantomjs": "~2.X",
|
|
"grunt-tslint": "~2.4.X",
|
|
"grunt-typescript": "~0.7.X",
|
|
"mocha": "~2.2.X",
|
|
"grunt-preprocess": "~4.1.X",
|
|
"tslint": "~2.4.X",
|
|
"typescript": "~1.6.X"
|
|
}
|
|
} |