Last active
August 29, 2015 13:57
-
-
Save SergeyKishenin/9384770 to your computer and use it in GitHub Desktop.
A brief for normalized hash format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
source: "http://bower.io", | |
assets: [ | |
{ | |
name: "lol", | |
version: "1.0", | |
# Require | |
require: "src/geocode", | |
# Path | |
path: "absolute path", | |
# Git, Github example | |
git: { | |
remote: "[email protected]/...", | |
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