forked from megahertz/gulp-audiosprite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "gulp-audiosprite",
"version": "1.0.3",
"description": "Gulp wrapper for audiosprite, which is ffmpeg wrapper that will take in multiple audio files and combines them into a single file",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/megahertz/gulp-audiosprite.git"
},
"keywords": [
"gulpplugin",
"audiosprite",
"audio",
"sprite",
"ffmpeg",
"Howler.js",
"jukebox"
],
"author": "Alexey Prokhorov",
"license": "MIT",
"bugs": {
"url": "https://github.com/megahertz/gulp-audiosprite/issues"
},
"homepage": "https://github.com/megahertz/gulp-audiosprite#readme",
"dependencies": {
"audiosprite": "^0.5.0",
"gulp-util": "^3.0.7",
"through2": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.2.0",
"jshint": "^2.9.1-rc3",
"jshint-reporter-jscs": "^0.1.0",
"mocha": "^2.3.4",
"should": "^8.1.1"
}
}