forked from inexorabletash/text-encoding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 861 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 861 Bytes
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
{
"name": "text-encoding",
"version": "0.7.0",
"homepage": "https://github.com/inexorabletash/text-encoding",
"authors": [
"Joshua Bell <inexorabletash@gmail.com>",
"Rick Eyre <rick.eyre@outlook.com>",
"Eugen Podaru <eugen.podaru@live.com>",
"Filip Dupanović <filip.dupanovic@gmail.com>",
"Anne van Kesteren <annevk@annevk.nl>",
"Author: Francis Avila <francisga@gmail.com>",
"Michael J. Ryan <tracker1@gmail.com>",
"Pierre Queinnec <pierre@queinnec.org>",
"Zack Weinberg <zackw@panix.com>"
],
"description": "Polyfill for the Encoding Living Standard's API",
"main": [ "lib/encoding.js", "lib/encoding-indexes.js" ],
"keywords": [
"decoding",
"encoding",
"living",
"standards"
],
"license": "(Unlicense OR Apache-2.0)",
"ignore": [
"**/.*",
"test",
"*examples*.html"
]
}