-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathbower.json
36 lines (36 loc) · 899 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
{
"name": "purescript-foreign",
"homepage": "https://github.com/purescript/purescript-foreign",
"authors": [
"Gary Burgess <gary.burgess@gmail.com>",
"Phil Freeman <paf31@cantab.net>"
],
"repository": {
"type": "git",
"url": "https://github.com/purescript/purescript-foreign.git"
},
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"bower_components",
"examples",
"node_modules",
"output",
"bower.json",
"package.json"
],
"dependencies": {
"purescript-either": "^6.0.0",
"purescript-functions": "^6.0.0",
"purescript-identity": "^6.0.0",
"purescript-integers": "^6.0.0",
"purescript-lists": "^7.0.0",
"purescript-maybe": "^6.0.0",
"purescript-prelude": "^6.0.0",
"purescript-strings": "^6.0.0",
"purescript-transformers": "^6.0.0"
},
"devDependencies": {
"purescript-console": "^6.0.0"
}
}