Skip to content

Instantly share code, notes, and snippets.

@jstrimpel
Last active August 29, 2015 14:14
Show Gist options
  • Save jstrimpel/71f807ad37fe7fa9b999 to your computer and use it in GitHub Desktop.
Save jstrimpel/71f807ad37fe7fa9b999 to your computer and use it in GitHub Desktop.
lazo package.json meta data schema
// repo is a model
{
"lazo": {
"model": true
}
}
// repo is component with a dist
{
"lazo": {
"component": "./dist"
}
}
// repo contains multiple items
{
"lazo": {
"models": "./models",
"components": "./components",
"application": "./app",
}
}
// repo is a html import
{
"lazo": {
"html-import": true
}
}
// entire app
{
"lazo": "./dist"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment