forked from zen-audio-player/zen-audio-player.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 779 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
{
"name": "zen-audio-player",
"version": "1.1.0",
"description": "Listen to YouTube videos, without the distracting visuals.",
"main": "tests.js",
"scripts": {
"pretest": "jshint js test",
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zen-audio-player/zen-audio-player.github.io.git"
},
"keywords": [
"youtube",
"audio",
"zen",
"player"
],
"author": "Shakeel Mohamed",
"license": "MIT",
"bugs": {
"url": "https://github.com/zen-audio-player/zen-audio-player.github.io/issues"
},
"homepage": "https://zen-audio-player.github.io",
"devDependencies": {
"mocha": "2.3.x",
"zombie": "4.x",
"jshint": "^2.9.1-rc1"
},
"engines": {
"node": ">=4.x"
}
}