-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
40 lines (40 loc) · 1.09 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": "purescript-google-cloud-datastore",
"authors": [
"James Thompson <jamesthompsonoxford@gmail.com>"
],
"description": "Purescript wrapper for Node.js google-cloud SDK datastore library",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"output"
],
"moduleType": [
"node"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jamesthompson/purescript-google-cloud-datastore.git"
},
"dependencies": {
"purescript-argonaut-core": "^2.0.0",
"purescript-argonaut-traversals": "^2.0.0",
"purescript-profunctor-lenses": "^2.0.0",
"purescript-argonaut-codecs": "^2.0.0",
"purescript-transformers": "^2.0.1",
"purescript-eff": "^2.0.0",
"purescript-eff-functions": "^2.0.0",
"purescript-nonempty": "^3.0.0",
"purescript-aff": "^2.0.1",
"purescript-foreign": "^3.0.0",
"purescript-aff-promise": "^0.4.0",
"purescript-newtype": "^1.1.0",
"purescript-tailrec": "^2.0.0"
},
"devDependencies": {
"purescript-psci-support": "^2.0.0",
"purescript-test-unit": "^10.0.1"
}
}