forked from node-ebml/node-ebml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.21 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.21 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
46
47
48
49
50
51
52
53
54
55
{
"name": "ebml",
"version": "2.0.1",
"description": "ebml parser",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "git://github.com/themasch/node-ebml"
},
"keywords": ["ebml", "webm", "mkv", "matroska", "format"],
"dependencies": {
"buffers": "^0.1.1",
"debug": "~0.7.2"
},
"devDependencies": {
"gulp": "^3.6.2",
"gulp-esformatter": "^0.2.0",
"gulp-fixmyjs": "0.0.10",
"gulp-jshint": "^1.6.1",
"jsfmt": "^0.2.0",
"jshint-stylish": "^0.2.0",
"matcha": "~0.3.0",
"mocha": "~1.12.1"
},
"author": "Mark Schmale <masch@masch.it>",
"contributors": [{
"name": "Chris Price",
"email": "price.c@gmail.com"
}, {
"name": "Manuel Wiedenmann",
"email": "manuel@funkensturm.de"
}, {
"name": "Ed Markowski",
"email": "siphon@protonmail.com"
}, {
"name": "Davy Van Deursen",
"email": "d.vandeursen@evs.com"
}, {
"name": "Max Ogden",
"email": "max@maxogden.com"
}, {
"name": "Oliver Walzer",
"email": "walzer@incuray.com"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/themasch/node-ebml/issues"
}
}