-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
35 lines (35 loc) · 848 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
{
"name": "paper-audio-player",
"version": "0.0.3",
"description": "A custom audio player with material paper style and clean design.",
"main": "paper-audio-player.html",
"directories": {
"demo": "demo"
},
"repository": {
"type": "git",
"url": "https://github.com/gorork/paper-audio-player.git"
},
"keywords": [
"web-component",
"web-components",
"polymer",
"audio",
"player",
"paper",
"material",
"minimalistic"
],
"author": "Nadi Dikun <[email protected]> (http://nadikun.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gorork/paper-audio-player/issues"
},
"homepage": "http://nadikun.com/code/paper-audio-player/demo",
"devDependencies": {
"bower": "^1.5.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-sass": "^2.0.4"
}
}