-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 936 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 936 Bytes
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
{
"name": "CodeSaga",
"homepage": "https://github.com/frasermince/code-saga",
"authors": [
"Fraser Mince <frasermince@gmail.com>"
],
"description": "Project for code presentations",
"main": "support/entry.client.js",
"license": "BSD3",
"dependencies": {
"purescript-pux": "^11.0.0",
"purescript-node-process": "^4.0.0",
"purescript-foreign-generic": "^4.1.0",
"purescript-css": "^3.0.0",
"purescript-node-fs": "^4.0.0",
"purescript-aff": "^3.1.0",
"purescript-affjax": "^4.0.0",
"purescript-webdriver": "^4.0.1",
"purescript-debug": "^3.0.0",
"purescript-signal": "^9.0.0",
"purescript-hyper": "https://github.com/frasermince/hyper.git#37-node-stream-limit",
"purescript-stringutils": "^0.0.6"
},
"devDependencies": {
"purescript-chalky": "^2.0.0"
},
"resolutions": {
"purescript-smolder": "^10.1.0",
"purescript-arraybuffer-types": "^2.0.0"
}
}