-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
39 lines (39 loc) · 985 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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "purescript-crypt-nacl",
"homepage": "https://github.com/throughnothing/purescript-crypt-nacl",
"description": "A wrapper of tweetnacl-js for Purescript",
"keywords": [
"purescript",
"nacl",
"crypto"
],
"license": "CC0-1.0",
"repository": {
"type": "git",
"url": "git://github.com/throughnothing/purescript-crypt-nacl.git"
},
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"package.json",
"bower.json"
],
"dependencies": {
"purescript-prelude": "^4.0.0",
"purescript-effect": "^2.0.0",
"purescript-unsafe-coerce": "^4.0.0",
"purescript-maybe": "^4.0.0",
"purescript-arraybuffer-types": "^2.0.0",
"purescript-nullable": "^4.0.0",
"purescript-exceptions": "^4.0.0",
"purescript-either": "^4.0.0",
"purescript-text-encoding": "^0.0.8"
},
"devDependencies": {
"purescript-psci-support": "^4.0.0",
"purescript-assert": "^4.0.0"
}
}