cabal-version: 1.12 name: jsonpath version: 0.3.0.0 synopsis: Library to parse and execute JSONPath description: Please see the README on GitHub at category: Text, Web, JSON homepage: https://github.com/akshaymankar/jsonpath-hs#readme bug-reports: https://github.com/akshaymankar/jsonpath-hs/issues author: Akshay Mankar maintainer: itsakshaymankar@gmail.com copyright: Akshay Mankar license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md test/resources/json-path-tests/*.json source-repository head type: git location: https://github.com/akshaymankar/jsonpath-hs library exposed-modules: Data.JSONPath Data.JSONPath.Execute Data.JSONPath.Parser Data.JSONPath.Types other-modules: Paths_jsonpath hs-source-dirs: src build-depends: aeson >=2 , megaparsec , base >=4.9 && <5 , scientific , text >=1.2 , unordered-containers >=0.2.8 , vector >=0.12 default-language: Haskell2010 test-suite jsonpath-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Data.JSONPathSpec Paths_jsonpath hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-tool-depends: hspec-discover:hspec-discover build-depends: aeson >=1.1 , aeson-casing , megaparsec , base >=4.9 && <5 , bytestring , file-embed , hspec , hspec-megaparsec , jsonpath , text >=1.2 , unordered-containers >=0.2.8 , vector >=0.12 default-language: Haskell2010