package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "author": {
  3. "email": "kparkerson@exacttarget.com",
  4. "name": "ExactTarget",
  5. "url": "http://code.exacttarget.com"
  6. },
  7. "bugs": {
  8. "url": "https://github.com/ExactTarget/fuelux/issues"
  9. },
  10. "dependencies": {
  11. "bower": "1.x",
  12. "connect": "3.x",
  13. "serve-static": ">=1.7.2"
  14. },
  15. "description": "Base Fuel UX styles and controls",
  16. "devDependencies": {
  17. "grunt": "0.x",
  18. "grunt-banner": "0.x",
  19. "grunt-blanket-qunit": "~0.2.0",
  20. "grunt-bump": "0.x",
  21. "grunt-cli": "0.x",
  22. "grunt-contrib-clean": "0.x",
  23. "grunt-contrib-compress": "0.x",
  24. "grunt-contrib-concat": "0.x",
  25. "grunt-contrib-connect": "0.x",
  26. "grunt-contrib-copy": "0.x",
  27. "grunt-contrib-jshint": "0.x",
  28. "grunt-contrib-less": "1.x",
  29. "grunt-contrib-qunit": "0.5.x",
  30. "grunt-contrib-uglify": "0.x",
  31. "grunt-contrib-watch": "0.x",
  32. "grunt-html-validation": "0.x",
  33. "grunt-jsbeautifier": "0.x",
  34. "grunt-prompt": "1.x",
  35. "grunt-saucelabs": "8.x",
  36. "grunt-text-replace": "0.x",
  37. "grunt-umd": "2.x",
  38. "grunt-zip": "0.x",
  39. "load-grunt-tasks": "3.x",
  40. "semver": "4.x"
  41. },
  42. "engines": {
  43. "node": "0.10.x"
  44. },
  45. "homepage": "https://github.com/ExactTarget/fuelux",
  46. "keywords": [
  47. "application",
  48. "bootstrap",
  49. "controls",
  50. "css",
  51. "exacttarget",
  52. "exact target",
  53. "front-end",
  54. "fuelux",
  55. "fuel ux",
  56. "js",
  57. "salesforce",
  58. "user interface",
  59. "web"
  60. ],
  61. "license": {
  62. "type": "BSD-3-Clause",
  63. "url": "https://github.com/ExactTarget/fuelux/blob/master/LICENSE"
  64. },
  65. "name": "fuelux",
  66. "private": true,
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/ExactTarget/fuelux.git"
  70. },
  71. "scripts": {
  72. "main": "devserver.js",
  73. "postinstall": "./node_modules/bower/bin/bower install && tar -zcf dev/node_modules.tar.gz node_modules/;",
  74. "test": "grunt travisci --verbose"
  75. },
  76. "title": "Fuel UX",
  77. "version": "3.6.4",
  78. "volo": {
  79. "baseDir": "lib",
  80. "dependencies": {
  81. "moment": "http://momentjs.com/downloads/moment-with-locales.js"
  82. },
  83. "type": "directory",
  84. "url": "https://raw.github.com/ExactTarget/fuelux/{version}/dist/fuelux.zip"
  85. }
  86. }