UNPKG

inject-ui-test

Version:

The main backend and frontend for INJECT App

56 lines (55 loc) 1.29 kB
{ "name": "inject-ui-test", "private": false, "version": "1.5.2", "description": "The main backend and frontend for INJECT App", "main": "src/inject-ui/js/sidebar.js", "repository": { "type": "git", "url": "git+https://kzachos@bitbucket.org/injectapp/inject-main.git" }, "keywords": [ "journalism" ], "author": "Konstantinos Zachos", "license": "MIT", "homepage": "https://bitbucket.org/injectapp/inject-main#readme", "browser": { "bootstrap": "./node_modules/bootstrap/dist/js/bootstrap.js", "jquery-tutorialize": "./src/static/js/inject-ui/jquery.tutorialize.min.js", "loadingoverlay": "./node_modules/gasparesganga-jquery-loading-overlay/src/loadingoverlay.js", "jquery-caret": "./bower_components/caret/jquery.caret.js" }, "browserify": { "transform": [ "browserify-shim" ] }, "browserify-shim": { "bootstrap": { "depends": [ "jquery:jQuery" ] }, "jquery-tutorialize": { "depends": [ "jquery:jQuery" ] }, "loadingoverlay": { "depends": [ "jquery:jQuery" ] }, "jquery-caret": { "depends": [ "jquery:jQuery" ] }, "dyna-cloud": { "depends": [ "jquery:jQuery" ] } } }