-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.01 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.01 KB
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
{
"name": "ndjson-player",
"version": "0.1.8",
"description": "Video player which uses NDJSON as source and metadata.",
"main": "src/ndjson-player.src.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lepe/ndjson-player"
},
"keywords": [
"ndjson",
"player",
"video",
"metadata",
"images"
],
"author": "Alberto Lepe",
"license": "MIT",
"bugs": {
"url": "https://github.com/lepe/ndjson-player/issues"
},
"homepage": "https://github.com/lepe/ndjson-player",
"files": [
"dist/*"
],
"dependencies": {
"m2d2": "^2.1.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-header-comment": "^0.10.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"gulp-umd": "^2.0.0",
"node-sass": "^7.0.1"
}
}