Guest User

Untitled

a guest
Nov 18th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>andhikamaheva</title>
  6. <meta name="description" content="">
  7. <meta name="viewport" content="width=device-width">
  8. <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
  9. <!-- build:css(.) styles/vendor.css -->
  10. <!-- bower:css -->
  11. <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
  12. <link rel="stylesheet" href="bower_components/components-font-awesome/css/font-awesome.css" />
  13. <!-- endbower -->
  14. <!-- endbuild -->
  15. <!-- build:css(.tmp) styles/main.css -->
  16. <link rel="stylesheet" href="styles/main.css">
  17. <link rel="stylesheet" href="styles/overwrite.css">
  18. <link rel="stylesheet" href="styles/tab.css">
  19. <!-- endbuild -->
  20. </head>
  21.  
  22. {
  23. "name": "app-test",
  24. "version": "0.0.0",
  25. "dependencies": {
  26. "angular": "^1.4.0",
  27. "bootstrap": "^3.2.0",
  28. "angular-animate": "^1.4.0",
  29. "angular-cookies": "^1.4.0",
  30. "angular-resource": "^1.4.0",
  31. "angular-route": "^1.4.0",
  32. "angular-sanitize": "^1.4.0",
  33. "angular-touch": "^1.4.0",
  34. "angular-bootstrap": "^2.5.0",
  35. "angular-ui-router": "^1.0.11",
  36. "jquery": "^3.2.1",
  37. "highcharts": "^6.0.3",
  38. "angular-bootstrap-affix": "^0.2.2",
  39. "components-font-awesome": "^4.7.0"
  40. },
  41. "devDependencies": {
  42. "angular-mocks": "^1.4.0"
  43. },
  44. "appPath": "app",
  45. "moduleName": "appTestApp",
  46. "overrides": {
  47. "bootstrap": {
  48. "main": [
  49. "less/bootstrap.less",
  50. "dist/css/bootstrap.css",
  51. "dist/js/bootstrap.js"
  52. ]
  53. }
  54. }
  55. }
Add Comment
Please, Sign In to add comment