Skip to content

Instantly share code, notes, and snippets.

@bartek
Created January 29, 2014 00:18
Show Gist options
  • Save bartek/8679281 to your computer and use it in GitHub Desktop.
Save bartek/8679281 to your computer and use it in GitHub Desktop.
{
"name": "profile",
"version": "0.0.1",
"description": "Profile application, codenamed MyG",
"main": "app/main.js",
"browserify-shim": {
"backbone": "Backbone",
"backbone-nested": {"depends": ["backbone"]}
},
"browserify": {
"transform": ["browserify-shim"]
},
"dependencies": {
"jquery": "~1.11.0",
"handlebars": "~1.3.0",
"backbone": "~1.1.0",
"backbone-nested": "git://github.com/afeld/backbone-nested.git",
"backbone.marionette": "~1.2.3",
"url-join": "~0.0.1"
},
"devDependencies": {
"browserify-shim": "~3.2.0"
},
"repository": "",
"author": "",
"license": "BSD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment