Skip to content

Instantly share code, notes, and snippets.

@SergeyKishenin
Last active August 29, 2015 13:57
Show Gist options
  • Save SergeyKishenin/9384770 to your computer and use it in GitHub Desktop.
Save SergeyKishenin/9384770 to your computer and use it in GitHub Desktop.
A brief for normalized hash format
{
source: "http://bower.io",
assets: [
{
name: "lol",
version: "1.0",
# Require
require: "src/geocode",
# Path
path: "absolute path",
# Git, Github example
git: {
remote: "git@githib.com/...",
revision: "b6c86fec8ea2cf83f131a96e573e8ff8fbaef28d",
branch: "branch-name",
tag: "v1.2.3"
},
dependencies: []
}
],
groups: [
{
development: {
assets: []
}
},
{
test: {
assets: []
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment