bower-json-0.1.0.0: bower.json from Haskell

Safe HaskellNone
LanguageHaskell2010

Web.BowerJson

Description

A data type representing the Bower.json package description file, together with a parser and related functions.

This code is based on the specification at https://github.com/bower/bower.json-spec

Synopsis

Documentation

newtype PackageName Source

A valid package name for a Bower package.

Constructors

PackageName 

newtype Version Source

Constructors

Version 

Fields

runVersion :: String