Created
November 5, 2014 12:11
-
-
Save ramrrr/e3d3dae2e1eb8de31d60 to your computer and use it in GitHub Desktop.
Summernote
This file contains hidden or 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
| { | |
| "name": "heimdall-webclient", | |
| "version": "0.0.0", | |
| "dependencies": { | |
| "ember": "~1.0.0", | |
| "jquery": "1.9.1", | |
| "jquery-ui": "1.10.3", | |
| "console-polyfill": "~0.1.0", | |
| "json2": "latest", | |
| "blueimp-file-upload": "~8.8.5", | |
| "bootstrap": "2.3.2", | |
| "ember-data": "http://builds.emberjs.com.s3.amazonaws.com/beta/daily/20140219/ember-data.prod.js", | |
| "bootstrap-timepicker": "~0.2.3", | |
| "ember-i18n": "~1.5.0", | |
| "handlebars": "1.0.0", | |
| "jquery.filter_input": "http://www.thimbleopensource.com/download/jquery/jquery.filter_input.js", | |
| "openlayers": "https://github.com/openlayers/openlayers/releases/download/release-2.13/OpenLayers-2.13.tar.gz", | |
| "handsontable": "~0.9.18", | |
| "typeahead.js": "~0.9.3", | |
| "jquery.treeTable": "git://github.com/ludo/jquery-treetable.git#609b82ad9843044fa785c8ae941e3e2897b14d82", | |
| "jQuery.highlightTextarea": "git://github.com/moha297/jQuery-highlightTextarea.git", | |
| "font-awesome": "~3.2.1" , | |
| "summernote" :"~0.5" | |
| }, | |
| "overrides": { | |
| "jquery": { | |
| "main": "jquery.js" | |
| }, | |
| "jquery.treeTable": { | |
| "main": [ | |
| "javascripts/src/jquery.treetable.js" | |
| ], | |
| "dependencies": { | |
| "jquery-ui": ">= 1.9" | |
| } | |
| }, | |
| "jQuery.highlightTextarea": { | |
| "main": [ | |
| "jquery.highlighttextarea.js", | |
| "jquery.highlighttextarea.css" | |
| ] | |
| }, | |
| "jquery-ui": { | |
| "main": [ | |
| "ui/jquery-ui.js", | |
| "themes/base/jquery-ui.css" | |
| ] | |
| }, | |
| "json2": { | |
| "main": "json2.js" | |
| }, | |
| "blueimp-file-upload": { | |
| "main": [ | |
| "js/vendor/jquery.ui.widget.js", | |
| "js/jquery.fileupload.js", | |
| "js/jquery.iframe-transport.js" | |
| ], | |
| "dependencies": { | |
| "jquery-ui": "1.10.3" | |
| } | |
| }, | |
| "ember-data": { | |
| "main": "index.js", | |
| "dependencies": { | |
| "ember": "> 1.0.0" | |
| } | |
| }, | |
| "bootstrap": { | |
| "main": [ | |
| "js/bootstrap-tab.js", | |
| "js/bootstrap-dropdown.js", | |
| "js/bootstrap-modal.js", | |
| "js/bootstrap-alert.js" | |
| ] | |
| }, | |
| "font-awesome": { | |
| "main": [ | |
| "css/font-awesome.css", | |
| "css/font-awesome-ie7.css" | |
| ] | |
| }, | |
| "bootstrap-timepicker": { | |
| "main": [ | |
| "js/bootstrap-timepicker.js", | |
| "less/timepicker.less" | |
| ] | |
| }, | |
| "ember-i18n": { | |
| "scripts": [], | |
| "main": [ | |
| "lib/i18n.js" | |
| ], | |
| "dependencies": { | |
| "cldr": "~1.0", | |
| "jquery": "1.9.1", | |
| "handlebars": "1.0.0", | |
| "ember": "~1.0.0" | |
| } | |
| }, | |
| "cldr": { | |
| "main": "plurals.js" | |
| }, | |
| "handlebars": { | |
| "main": [ | |
| "handlebars.js" | |
| ] | |
| }, | |
| "jquery.filter_input": { | |
| "main": "index.js", | |
| "dependencies": { | |
| "jquery": "1.9.1" | |
| } | |
| }, | |
| "openlayers": { | |
| "main": [ | |
| "OpenLayers.debug.js", | |
| "theme/default/style.css", | |
| "theme/default/img/" | |
| ] | |
| } , | |
| "summernote":{ | |
| "dependencies":{ | |
| "font-awesome": "~3.2.1" , | |
| "bootstrap": "2.3.2" | |
| } | |
| } | |
| }, | |
| "resolutions": { | |
| "jquery": "1.9.1" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment