-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 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
{
"name": "pux-starter-app",
"homepage": "https://github.com/alexmingoia/pux-starter-app",
"authors": [
"Alex Mingoia <talk@alexmingoia.com>"
],
"description": "Starter Pux application using webpack with hot-reloading.",
"main": "support/index.js",
"license": "BSD3",
"dependencies": {
"purescript-argonaut": "^2.0.0",
"purescript-argonaut-codecs": "^2.0.0",
"purescript-affjax": "^3.0.2",
"purescript-arrays":"^2.0.0",
"purescript-datetime": "^2.0.0",
"purescript-errors":"*",
"purescript-foldable-traversable":"^2.0.0",
"purescript-foreign-generic": "^2.0.0",
"purescript-foreign": "^2.0.0",
"purescript-formatters": "*",
"purescript-generics": "^2.0.0",
"purescript-js-date": "^2.0.0",
"purescript-pux": "^7.0.0",
"purescript-pux-devtool": "^4.1.0",
"purescript-now": "^2.0.0",
"purescript-maps": "^2.0.0",
"purescript-transformers":"*",
"purescript-tuples": "^2.0.0",
"purescript-uuid":"*",
"purescript-var": "^1.0.0",
"purescript-websocket-simple": "^1.0.0",
"open-iconic": "^1.1.1",
"tether": "^1.3.7",
"purescript-parsing":"^3.0.0"
},
"devDependencies": {
"purescript-psci-support": "^2.0.0",
"purescript-debug": "^2.0.0"
}
}