Skip to content

Instantly share code, notes, and snippets.

@jtrussell
Created September 13, 2013 19:26
Show Gist options
  • Save jtrussell/6554953 to your computer and use it in GitHub Desktop.
Save jtrussell/6554953 to your computer and use it in GitHub Desktop.
Demo package.json
{
"name": "iBenchmarks",
"handle": "ibenchmarks",
"version": "7.6.4",
"date": "09/04/2013",
"title": "iBenchmarks",
"homepage": "https://ib.ivantagehealth.com/",
"author": {
"name": [
"iVantage Health Analytics, Inc."
],
"homepage": "http://www.ivantagehealth.com/"
},
"serverBundle": [
"Components/**",
"TWNY.4DC",
"package.json",
"web/**",
"web_static/**",
"Libraries/**"
],
"assets": {
"jquery": {
"version": "1.7.2"
},
"fancybox": {
"version": "2.1.3"
},
"sparkline": {
"version": "2.1.2"
},
"highcharts": {
"version": "3.0.2"
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment