-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
26 lines (26 loc) · 868 Bytes
/
bower.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
{
"name": "purescript-text-encoding",
"description": "WHATWG/W3C Encoding Standard",
"authors": ["Andreas Schacker", "Alexandra DeWit"],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/AlexaDeWit/purescript-text-encoding.git"
},
"keywords": ["purescript", "encode", "decode", "TextEncoder", "TextDecoder"],
"ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"],
"dependencies": {
"purescript-prelude": "^4.0.0",
"purescript-functions": "^4.0.0",
"purescript-either": "^4.0.0",
"purescript-arraybuffer-types": "^2.0.0",
"purescript-exceptions": "^4.0.0",
"purescript-strings": "^4.0.0"
},
"devDependencies": {
"purescript-console": "^4.0.0",
"purescript-strongcheck": "^4.1.1",
"purescript-unicode": "^4.0.0",
"purescript-partial": "^2.0.0"
}
}