forked from AOMediaCodec/av1-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 818 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
{
"name": "av1-spec",
"title": "AV1 Bitstream & Decoding Process Specification",
"description": "",
"version": "0.2.0",
"homepage": "http://aomedia.org/",
"contributors": {
"name": "Lou Quillio <[email protected]>"
},
"repository": {
"type": "git",
"url": "https://aomedia.googlesource.com/av1-spec"
},
"bugs": {
"url": "https://bugs.chromium.org/p/aomedia/issues/list"
},
"license": "BSD-2-Clause",
"dependencies": {
"anchor-js": "^4.1.1",
"lodash": "^4.17.11"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-jekyll": "^0.4.7",
"grunt-replace": "^1.0.1"
},
"keywords": []
}