linccce

My Manifest for sage

Oct 6th, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.16 KB | None | 0 0
  1. {
  2.   "dependencies": {
  3.     "main.js": {
  4.       "files": [
  5.         "scripts/main.js"
  6.       ],
  7.       "main": true
  8.     },
  9.     "main.css": {
  10.       "files": [
  11.         "styles/main.scss"
  12.       ],
  13.       "main": true
  14.     },
  15.     "editor-style.css": {
  16.       "files": [
  17.         "styles/editor-style.scss"
  18.       ]
  19.     },
  20.     "jquery.js": {
  21.       "bower": ["jquery"]
  22.     },
  23.     "modernizr.js": {
  24.       "bower": ["modernizr"]
  25.     },
  26.     "moment.js": {
  27.       "bower": ["moment"]
  28.     },
  29.     "bootstrap.js": {
  30.       "bower": ["bootstrap-sass"]
  31.     },
  32.     "bootstrap-datetimepicker.js": {
  33.       "bower": ["eonasdan-bootstrap-datetimepicker"],
  34.       "files": ["../bower_components/eonasdan-bootstrap-datetimepicker/src/js/bootstrap-datetimepicker.js"]
  35.     },
  36.     "bootstrap-rating.js": {
  37.       "bower": ["bootstrap-rating"]
  38.     },
  39.     "bootstrap3-typeahead.js": {
  40.       "bower": ["bootstrap3-typeahead"]
  41.     },
  42.     "select2.js": {
  43.       "bower": ["select2"]
  44.     },
  45.     "bootstrap-select.js": {
  46.       "bower": ["bootstrap-select-sass"]
  47.     },
  48.     "clamp.js": {
  49.       "bower": ["clamp-js"]
  50.     }
  51.   },
  52.   "config": {
  53.     "devUrl": "http://vezejai.tk"
  54.   }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment