-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathbower.json
47 lines (47 loc) · 1.54 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
{
"name": "purescript-presto-backend",
"authors": [
"iamnewspecies"
],
"description": "presto for backend",
"main": "index.js",
"keywords": [
"Presto",
"Backend"
],
"license": "https://github.com/juspay/purescript-presto-backend/blob/master/LICENSE",
"homepage": "https://github.com/juspay/purescript-presto-backend/blob/master/README.md",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"purescript-foreign-generic": "^5.0.1",
"purescript-generics-rep": "^5.0.0",
"purescript-express": "85ee5261a6cf3e8e2b5cd6b167f6c0fdd29d6f14",
"purescript-presto": "67dbec28260b39407eb528542f7fd7dbc32f0536",
"purescript-sequelize": "https://github.com/juspay/purescript-sequelize.git#cfc0c9245322520115eca7b2c1fa0d6bbcebf315",
"purescript-body-parser": "https://github.com/juspay/purescript-body-parser.git#0.1.0",
"purescript-uuid": "^4.0.0",
"purescript-redis": "https://github.com/juspay/purescript-redis.git#540cea46b928e9e5074aae701289e37471a6f071",
"purescript-now": "3.0.0",
"purescript-node-fs": "^4.0.0",
"purescript-node-process": "^5.0.0"
},
"devDependencies": {
"purescript-psci-support": "^3.0.0",
"purescript-debug": "3.0.0",
"purescript-spec": "^2.0.0"
},
"version": "0.0.1",
"resolutions": {
"purescript-aff": "~4.0.0",
"purescript-foreign-generic": "^6.0.0",
"purescript-express": "85ee5261a6cf3e8e2b5cd6b167f6c0fdd29d6f14",
"purescript-test-unit": "^13.0.0"
}
}