forked from butterproject/butter-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduces Setup file by 7 mb -- removes unnecessary bower downloads
- Loading branch information
Some Popcorn Time Contributor
authored and
sammuel86
committed
Aug 24, 2014
1 parent
204ed32
commit bfaba8d
Showing
3 changed files
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,24 @@ | ||
{ | ||
"name": "popcorn-time", | ||
"dependencies": { | ||
"marionette": "~1.8.3", | ||
"bootstrap": "~3.1.1", | ||
"videojs": "4.6.1", | ||
"videojs-youtube": "1.1.0", | ||
"mousetrap": "~1.4.6", | ||
"font-awesome": "~4.1.0" | ||
} | ||
} | ||
"name": "popcorn-time", | ||
"dependencies": { | ||
"marionette": "~1.8.3", | ||
"bootstrap": "~3.1.1", | ||
"videojs": "4.6.1", | ||
"videojs-youtube": "1.1.0", | ||
"mousetrap": "~1.4.6", | ||
"font-awesome": "~4.1.0" | ||
}, | ||
"dependenciesIgnore": { | ||
"backbone": ["**/!(backbone.js)"], | ||
"jquery": ["**/!(dist)"], | ||
"font-awesome": ["less", "scss", ".*"], | ||
"videojs": ["**/!(dist)"], | ||
"videojs-youtube": ["**/!(src)"], | ||
"underscore": ["**/!(underscore.js)"], | ||
"mousetrap": ["tests", ".gitignore", "./*!mousetrap.min.js"], | ||
"marionette": ["**/!(lib)"], | ||
"backbone.babysitter": ["**/!(lib)"], | ||
"backbone.wreqr": ["**/!(lib)"], | ||
"bootstrap": ["**/!(dist)"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,4 +70,4 @@ | |
"nw-gyp": "^0.12.2", | ||
"stylus": "0.46.2" | ||
} | ||
} | ||
} |