forked from doolse/purescript-reactnative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 860 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
{
"name": "purescript-reactnative",
"description": "Purescript bindings for react-native",
"keywords": [
"react",
"react native"
],
"authors": [
"Jolse Maginnis <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"repository": {
"type": "git",
"url": "git://github.com/doolse/purescript-reactnative.git"
},
"dependencies": {
"purescript-prelude": "^4.0.0",
"purescript-react": "^6.0.0",
"purescript-maybe": "^4.0.0",
"purescript-newtype": "^3.0.0",
"purescript-integers": "^4.0.0",
"purescript-foreign-object": "^1.0.0",
"purescript-nullable": "^4.0.0",
"purescript-effect": "^2.0.0"
},
"devDependencies": {
"purescript-avar": "^3.0.0",
"purescript-generics-rep": "^6.0.0",
"purescript-spec": "^3.0.0"
}
}