forked from inexorabletash/text-encoding
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "@sinonjs/text-encoding",
"scripts": {
"postpublish": "git push --follow-tags"
},
"author": "Joshua Bell <[email protected]>",
"contributors": [
"Joshua Bell <[email protected]>",
"Rick Eyre <[email protected]>",
"Eugen Podaru <[email protected]>",
"Filip Dupanović <[email protected]>",
"Anne van Kesteren <[email protected]>",
"Author: Francis Avila <[email protected]>",
"Michael J. Ryan <[email protected]>",
"Pierre Queinnec <[email protected]>",
"Zack Weinberg <[email protected]>"
],
"version": "0.7.3",
"description": "Polyfill for the Encoding Living Standard's API.",
"main": "index.js",
"files": [
"index.js",
"lib/encoding.js",
"lib/encoding-indexes.js"
],
"repository": {
"type": "git",
"url": "https://github.com/sinonjs/text-encoding.git"
},
"keywords": [
"encoding",
"decoding",
"living standard"
],
"bugs": {
"url": "https://github.com/sinonjs/text-encoding/issues"
},
"homepage": "https://github.com/sinonjs/text-encoding",
"license": "(Unlicense OR Apache-2.0)"
}