Skip to content

Instantly share code, notes, and snippets.

@isao
Created October 10, 2012 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isao/fef4f76b248e89eca9cb to your computer and use it in GitHub Desktop.
Save isao/fef4f76b248e89eca9cb to your computer and use it in GitHub Desktop.
sample package.json
{
"name": "Simple",
"version": "0.0.1",
"pkg_type": "frame",
"description": "The Simple application's top frame (HTMLFrameMojit)",
"dependencies": {
"mojito": ">0.4"
},
"engines": {
"node": ">0.6",
"npm": ">1.0",
"mojito": ">0.4"
},
"maintainers": [
{
"email": "yourname@yahoo-inc.com",
"name": "Your Name"
}
],
"yahoo": {
"mojito": {
"package": "public",
"version": ">0.4"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment