-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1.23 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "verne-lang",
"version": "0.1.0",
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"dependencies": {
"purescript-eff": "^1.0.0",
"purescript-console": "^1.0.0",
"purescript-math": "^2.0.0",
"purescript-generics": "^1.0.1",
"purescript-maps": "^1.1.0",
"purescript-debug": "^1.0.0",
"purescript-foreign": "^1.1.0",
"purescript-transformers": "^1.0.0",
"purescript-strings": "^1.1.0",
"purescript-exceptions": "^1.0.0",
"crypto-js": "^3.1.6",
"purescript-aff": "^1.1.0",
"purescript-random": "^1.0.0",
"purescript-quickcheck": "^1.0.0",
"purescript-partial": "^1.1.2"
},
"_dependencies": {
"icepick": "git://github.com/aearly/icepick.git#~1.1.0",
"purescript-test-unit": "~4.1.0"
},
"devDependencies": {
"purescript-psci-support": "1.0.0",
"purescript-test-unit": "9.1.0",
"purescript-assert": "^2.0.0"
},
"resolutions": {
"purescript-eff": "^1.0.0",
"purescript-prelude": "^1.0.0",
"purescript-either": "^1.0.0",
"purescript-console": "^1.0.0",
"purescript-strings": "^1.0.0",
"purescript-aff": "^1.1.0",
"purescript-quickcheck": "^1.0.0"
}
}