This repository was archived by the owner on Apr 19, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Expand file tree Collapse file tree 1 file changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " rnx" ,
3
- "description" : " RNX - React Native apps with Purescript" ,
4
- "keywords" : [
5
- " purescript"
6
- ],
7
- "version" : " 0.0.1 " ,
8
- "moduleType" : [
9
- " node"
10
- ],
11
- "ignore" : [
12
- " **/.*" ,
13
- " node_modules" ,
14
- " bower_components" ,
15
- " output"
16
- ],
17
- "dependencies" : {
18
- "purescript-aff" : " ^2.0.1" ,
19
- "purescript-eff" : " ^2.0.0" ,
20
- "purescript-functions" : " ^2.0.0" ,
21
- "purescript-lists" : " ^3.1.0" ,
22
- "purescript-signal" : " ^8.0.0"
23
- },
24
- "authors" : [
25
- " Sudhir Kumar <s@atomicits.com>"
26
- ],
27
- "license" : " MIT"
2
+ "name" : " rnx" ,
3
+ "description" : " RNX - React Native apps with Purescript" ,
4
+ "keywords" : [
5
+ " purescript"
6
+ ],
7
+ "version" : " 0.1.1-alpha " ,
8
+ "moduleType" : [
9
+ " node"
10
+ ],
11
+ "ignore" : [
12
+ " **/.*" ,
13
+ " node_modules" ,
14
+ " bower_components" ,
15
+ " output"
16
+ ],
17
+ "dependencies" : {
18
+ "purescript-aff" : " ^2.0.1" ,
19
+ "purescript-eff" : " ^2.0.0" ,
20
+ "purescript-functions" : " ^2.0.0" ,
21
+ "purescript-lists" : " ^3.1.0" ,
22
+ "purescript-signal" : " ^8.0.0"
23
+ },
24
+ "authors" : [
25
+ " Sudhir Kumar <s@atomicits.com>"
26
+ ],
27
+ "license" : " MIT"
28
28
}
You can’t perform that action at this time.
0 commit comments