forked from MoePlayer/cPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.03 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
45
46
47
48
49
50
51
{
"name": "cPlayer",
"version": "2.3.0",
"description": "A beautiful and clean WEB Music Player by HTML5.",
"scripts":{
"dist":"gulp compress",
"demo":"gulp createDemo"
},
"keywords": [
"cPlayer",
"html5",
"audio",
"music",
"player",
"es6",
"cplayer"
],
"maintainers": [
{
"name": "Corps",
"email": "[email protected]",
"web": "https://corps.set-fire.com"
}
],
"contributors": [
{
"name": "Corps",
"email": "[email protected]",
"web": "https://corps.set-fire.com"
}
],
"bugs": "[email protected]",
"license": "MIT",
"repository": [
"https://github.com/Copay/cPlayer"
],
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.9.0",
"bufferstreams": "^1.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.10",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.4",
"node-sass": "^3.8.0",
"uglify": "^0.1.5"
}
}