-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "playemjs",
"version": "1.2.2",
"description": "Play'em is a javascript component that manages a music/video track queue and plays a sequence of songs by embedding several players in a HTML DIV including Youtube, Soundcloud and Vimeo.",
"directories": {
"test": "test"
},
"scripts": {
"warn": "echo \" === don't forget to update version and commit first. ===\n\n\"",
"prepublishOnly": "npm run -s warn; make",
"start": "make test",
"lint": "./node_modules/.bin/standard playem.js # TODO: playem-*.js",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrienjoly/playemjs.git"
},
"keywords": [
"youtube",
"vimeo",
"dailymotion",
"deezer",
"mp3",
"audio",
"jamendo",
"bandcamp",
"player",
"embed",
"video",
"playlist"
],
"author": "Adrien Joly",
"license": "MIT",
"bugs": {
"url": "https://github.com/adrienjoly/playemjs/issues"
},
"homepage": "https://github.com/adrienjoly/playemjs#readme",
"devDependencies": {
"documentation": "^13.2.5",
"mocha": "^8.4.0",
"node-fetch": "^2.6.1",
"standard": "16.0.3",
"yuicompressor": "^2.4.8"
},
"dependencies": {}
}