-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 854 Bytes
/
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
{
"name": "audioplayer",
"version": "2.0.0",
"description": "jQuery plugin on top of \"SoundManager 2\" to implement a custom audio player",
"repository": {
"type": "git",
"url": "git://github.com/Ascarius/audioplayer.git"
},
"main": "src/audioplayer.js",
"keywords": [
"jquery",
"plugin",
"player",
"audio",
"sound",
"music",
"song"
],
"author": {
"name": "Lionel Gaillard",
"url": "http://wxrstudios.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Ascarius/audioplayer/issues"
},
"devDependencies": {
"del": "^0.1.3",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.2",
"gulp-jshint": "^1.9.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.1",
"gulp-webpack": "^1.1.0",
"jshint-stylish": "^1.0.0"
}
}