|
1 | 1 | { |
2 | | - "name": "purescript-argonaut-codecs", |
3 | | - "homepage": "https://github.com/purescript-contrib/purescript-argonaut-codecs", |
4 | | - "authors": [ |
5 | | - "Maxim Zimaliev <[email protected]>", |
6 | | - "Hardy Jones <>", |
7 | | - "John A. De Goes <[email protected]>" |
8 | | - ], |
9 | | - "description": "Codecs for purescript argonaut", |
10 | | - "keywords": [ |
11 | | - "purescript", |
12 | | - "json", |
13 | | - "argonaut", |
14 | | - "encode", |
15 | | - "decode", |
16 | | - "codec", |
17 | | - "combinators" |
18 | | - ], |
19 | | - "repository": { |
20 | | - "type": "git", |
21 | | - "url": "git://github.com/purescript-contrib/purescript-argonaut-codecs.git" |
22 | | - }, |
23 | | - "license": "MIT", |
24 | | - "dependencies": { |
25 | | - "purescript-argonaut-core": "^5.0.0", |
26 | | - "purescript-generics-rep": "^6.1.1", |
27 | | - "purescript-integers": "^4.0.0", |
28 | | - "purescript-maybe": "^4.0.0", |
29 | | - "purescript-ordered-collections": "^1.0.0", |
30 | | - "purescript-foreign-object": "^2.0.0", |
31 | | - "purescript-record": "^2.0.0", |
32 | | - "purescript-nonempty": "^5.0.0", |
33 | | - "purescript-arrays": "^5.1.0", |
34 | | - "purescript-identity": "^4.1.0" |
35 | | - }, |
36 | | - "devDependencies": { |
37 | | - "purescript-assert": "^4.1.0", |
38 | | - "purescript-quickcheck": "^6.1.0" |
39 | | - } |
| 2 | + "name": "purescript-argonaut-codecs", |
| 3 | + "license": [ |
| 4 | + "MIT" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/purescript-contrib/purescript-argonaut-codecs" |
| 9 | + }, |
| 10 | + "ignore": [ |
| 11 | + "**/.*", |
| 12 | + "node_modules", |
| 13 | + "bower_components", |
| 14 | + "output" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "purescript-argonaut-core": "^v5.0.2", |
| 18 | + "purescript-arrays": "^v5.3.1", |
| 19 | + "purescript-effect": "^v2.0.1", |
| 20 | + "purescript-foreign-object": "^v2.0.3", |
| 21 | + "purescript-generics-rep": "^v6.1.1", |
| 22 | + "purescript-identity": "^v4.1.0", |
| 23 | + "purescript-integers": "^v4.0.0", |
| 24 | + "purescript-maybe": "^v4.0.1", |
| 25 | + "purescript-nonempty": "^v5.0.0", |
| 26 | + "purescript-ordered-collections": "^v1.6.1", |
| 27 | + "purescript-record": "^v2.0.2" |
| 28 | + } |
40 | 29 | } |
0 commit comments