-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
37 lines (37 loc) · 978 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
{
"name": "purescript-phantom",
"description": "Purescript bindings to PhantomJS",
"authors": [
"Risto Stevcev",
"Dominick Gendill"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output",
"examples",
"examples-output"
],
"homepage": "https://github.com/purescripters/purescript-phantom#readme",
"repository": {
"type": "git",
"url": "git://github.com/purescripters/purescript-phantom.git"
},
"dependencies": {
"purescript-prelude": "^4.0.1",
"purescript-aff": "^5.0.0",
"purescript-foreign": "^5.0.0",
"purescript-generics-rep": "^6.0.0",
"purescript-datetime": "^4.0.0",
"purescript-encoding": "dgendill/purescript-encoding#compiler/0.12",
"purescript-nullable": "^4.0.0"
},
"devDependencies": {
"purescript-console": "^4.1.0",
"purescript-psci-support": "^4.0.0",
"purescript-test-unit": "^14.0.0",
"purescript-debug": "^4.0.0"
}
}