Skip to content

Instantly share code, notes, and snippets.

@remotevision
Created February 18, 2014 01:29
Show Gist options
  • Save remotevision/9062861 to your computer and use it in GitHub Desktop.
Save remotevision/9062861 to your computer and use it in GitHub Desktop.
{
"name": "bandwango-node",
"version": "0.0.0",
"main": "./static/admin/index.html",
"ignore": [
"**/.*",
"node_modules",
"./static/admin/components"
],
"devDependencies": {
"backbone": "1.1.0",
"jquery": "2.1.x",
"bootstrap-select": "1.4.x",
"bootstrap-spinedit": "*",
"pixastic": "*",
"jquery-cookie": "1.4.x",
"typeahead.js": "0.10.x",
"backbone-nested-model": "2.0.x",
"lodash": "2.4.x",
"jasmine-jquery": "1.7.x",
"jasny-bootstrap": "jasny/bootstrap#2.3.x"
},
"resolutions": {
"jquery": "2.1.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment