about_tmpl.coffee 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514
  1. app.templates.aboutPage = -> """
  2. <nav class="_toc" role="directory">
  3. <h3 class="_toc-title">Table of Contents</h3>
  4. <ul class="_toc-list">
  5. <li><a href="#credits">Credits</a>
  6. <li><a href="#faq">FAQ</a>
  7. <li><a href="#copyright">Copyright</a>
  8. <li><a href="#plugins">Plugins</a>
  9. <li><a href="#privacy">Privacy Policy</a>
  10. </ul>
  11. </nav>
  12. <h1 class="_lined-heading">API Documentation Browser</h1>
  13. <p>DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
  14. <ul>
  15. <li>Created and maintained by <a href="http://thibaut.me">Thibaut Courouble</a>
  16. <li>Free and <a href="https://github.com/Thibaut/devdocs">open source</a>
  17. <iframe class="_github-btn" src="https://ghbtns.com/github-btn.html?user=Thibaut&repo=devdocs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20" tabindex="-1"></iframe>
  18. </ul>
  19. <p>To keep up-to-date with the latest news:
  20. <ul>
  21. <li>Follow <a href="https://twitter.com/DevDocs">@DevDocs</a> on Twitter
  22. <li>Watch the repository on <a href="https://github.com/Thibaut/devdocs/subscription">GitHub</a>
  23. <li>Join the <a href="https://groups.google.com/d/forum/devdocs">mailing list</a>
  24. </ul>
  25. <p class="_note _note-green">If you like DevDocs, please consider supporting my work on
  26. <a href="https://gratipay.com/devdocs/">Gratipay</a>. Thanks!<br>
  27. <h2 class="_lined-heading" id="credits">Credits</h2>
  28. <p><strong>Special thanks to:</strong>
  29. <ul>
  30. <li><a href="http://out.devdocs.io/s/maxcdn">MaxCDN</a> and <a href="http://get.gaug.es/?utm_source=devdocs&utm_medium=referral&utm_campaign=sponsorships" title="Real Time Web Analytics">Gauges</a> for offering a free account to DevDocs
  31. <li><a href="http://out.devdocs.io/s/maxcdn">MaxCDN</a>, <a href="http://out.devdocs.io/s/shopify">Shopify</a>, <a href="http://out.devdocs.io/s/jetbrains">JetBrains</a> and <a href="http://out.devdocs.io/s/code-school">Code School</a> for sponsoring DevDocs in the past
  32. <li><a href="https://www.heroku.com">Heroku</a> and <a href="http://newrelic.com">New Relic</a> for providing awesome free service
  33. <li>Daniel Bruce for the <a href="http://www.entypo.com">Entypo</a> pictograms
  34. <li><a href="http://www.jeremykratz.com/">Jeremy Kratz</a> for the C/C++ logo
  35. </ul>
  36. <table class="_credits">
  37. <tr>
  38. <th>Documentation
  39. <th>Copyright
  40. <th>License
  41. #{("<tr><td>#{c[0]}<td>&copy; #{c[1]}<td><a href=\"#{c[3]}\">#{c[2]}</a>" for c in credits).join('')}
  42. </table>
  43. <h2 class="_lined-heading" id="faq">Questions & Answers</h2>
  44. <dl>
  45. <dt>Where can I suggest new docs and features?
  46. <dd>You can suggest and vote for new docs on the <a href="https://trello.com/b/6BmTulfx/devdocs-documentation">Trello board</a>.<br>
  47. If you have a specific feature request, add it to the <a href="https://github.com/Thibaut/devdocs/issues">issue tracker</a>.<br>
  48. Otherwise use the <a href="https://groups.google.com/d/forum/devdocs">mailing list</a>.
  49. <dt>Where can I report bugs?
  50. <dd>In the <a href="https://github.com/Thibaut/devdocs/issues">issue tracker</a>. Thanks!
  51. </dl>
  52. <p>For anything else, feel free to email me at <a href="mailto:thibaut@devdocs.io">thibaut@devdocs.io</a>.
  53. <h2 class="_lined-heading" id="copyright">Copyright and License</h2>
  54. <p class="_note">
  55. <strong>Copyright 2013&ndash;2016 Thibaut Courouble and <a href="https://github.com/Thibaut/devdocs/graphs/contributors">other contributors</a></strong><br>
  56. This software is licensed under the terms of the Mozilla Public License v2.0.<br>
  57. You may obtain a copy of the source code at <a href="https://github.com/Thibaut/devdocs">github.com/Thibaut/devdocs</a>.<br>
  58. For more information, see the <a href="https://github.com/Thibaut/devdocs/blob/master/COPYRIGHT">COPYRIGHT</a>
  59. and <a href="https://github.com/Thibaut/devdocs/blob/master/LICENSE">LICENSE</a> files.
  60. <h2 class="_lined-heading" id="plugins">Plugins and Extensions</h2>
  61. <ul>
  62. <li><a href="https://chrome.google.com/webstore/detail/devdocs/mnfehgbmkapmjnhcnbodoamcioleeooe">Chrome web app</a>
  63. <li><a href="https://sublime.wbond.net/packages/DevDocs">Sublime Text plugin</a>
  64. <li><a href="https://atom.io/packages/devdocs">Atom plugin</a>
  65. <li><a href="https://github.com/gruehle/dev-docs-viewer">Brackets extension</a>
  66. <li><a href="https://github.com/xuchunyang/DevDocs.el">Emacs Package</a>
  67. </ul>
  68. <p>You can also use <a href="http://fluidapp.com">Fluid</a> to turn DevDocs into a real OS X app.
  69. <h2 class="_lined-heading" id="privacy">Privacy Policy</h2>
  70. <ul>
  71. <li><a href="http://devdocs.io">devdocs.io</a> ("App") is operated by Thibaut Courouble ("We").
  72. <li>We do not collect personal information.
  73. <li>We use Google Analytics, Gauges and Sentry to collect anonymous traffic information and improve the app.
  74. <li>The app uses cookies to store user preferences.
  75. <li>By using the app, you signify your acceptance of this policy. If you do not agree to this policy, please do not use the app.
  76. <li>If you have any questions regarding privacy, please email <a href="mailto:thibaut@devdocs.io">thibaut@devdocs.io</a>.
  77. </ul>
  78. """
  79. credits = [
  80. [ 'Angular<br>Angular.js',
  81. '2010-2016 Google, Inc.',
  82. 'CC BY',
  83. 'https://creativecommons.org/licenses/by/4.0/'
  84. ], [
  85. 'Ansible',
  86. '2012-2016 Michael DeHaan<br>&copy; 2016 Red Hat, Inc.',
  87. 'GPLv3',
  88. 'https://raw.githubusercontent.com/ansible/ansible/devel/COPYING'
  89. ], [
  90. 'Apache HTTP Server<br>Apache Pig',
  91. '2016 The Apache Software Foundation<br>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.',
  92. 'Apache',
  93. 'https://www.apache.org/licenses/LICENSE-2.0'
  94. ], [
  95. 'Backbone.js',
  96. '2010-2016 Jeremy Ashkenas, DocumentCloud',
  97. 'MIT',
  98. 'https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE'
  99. ], [
  100. 'Bower',
  101. '2016 Bower contributors',
  102. 'MIT',
  103. 'https://github.com/bower/bower.github.io/blob/1057905c18d899106f91372e6cca7ef54a91d60f/package.json#L20'
  104. ], [
  105. 'C<br>C++',
  106. 'cppreference.com',
  107. 'CC BY-SA',
  108. 'http://en.cppreference.com/w/Cppreference:Copyright/CC-BY-SA'
  109. ], [
  110. 'CakePHP',
  111. '2005-2016 The Cake Software Foundation, Inc.',
  112. 'MIT',
  113. 'https://raw.githubusercontent.com/cakephp/cakephp/master/LICENSE.txt'
  114. ], [
  115. 'Chai',
  116. '2011-2015 Jake Luer',
  117. 'MIT',
  118. 'https://github.com/chaijs/chai/blob/master/README.md#license'
  119. ], [
  120. 'Chef&trade;',
  121. 'Chef Software, Inc.',
  122. 'CC BY',
  123. 'https://raw.githubusercontent.com/chef/chef-web-docs-2016/master/LICENSE'
  124. ], [
  125. 'Clojure',
  126. 'Rich Hickey',
  127. 'EPL',
  128. 'https://github.com/clojure/clojure/blob/master/epl-v10.html'
  129. ], [
  130. 'CMake',
  131. '2000-2016 Kitware, Inc.<br>&copy; 2000-2011 Insight Software Consortium',
  132. 'BSD',
  133. 'https://cmake.org/licensing/'
  134. ], [
  135. 'CodeIgniter',
  136. '2014-2016 British Columbia Institute of Technology',
  137. 'MIT',
  138. 'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
  139. ], [
  140. 'CoffeeScript',
  141. '2009-2015 Jeremy Ashkenas',
  142. 'MIT',
  143. 'https://raw.githubusercontent.com/jashkenas/coffee-script/master/LICENSE'
  144. ], [
  145. 'Cordova',
  146. '2012-2016 The Apache Software Foundation',
  147. 'Apache',
  148. 'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
  149. ], [
  150. 'CSS<br>DOM<br>HTML<br>JavaScript<br>SVG<br>XPath',
  151. '2005-2016 Mozilla Developer Network and individual contributors',
  152. 'CC BY-SA',
  153. 'https://creativecommons.org/licenses/by-sa/2.5/'
  154. ], [
  155. 'D3.js',
  156. '2010-2016 Michael Bostock',
  157. 'BSD',
  158. 'https://raw.githubusercontent.com/mbostock/d3/master/LICENSE'
  159. ], [
  160. 'Django',
  161. 'Django Software Foundation and individual contributors',
  162. 'BSD',
  163. 'https://raw.githubusercontent.com/django/django/master/LICENSE'
  164. ], [
  165. 'Dojo',
  166. '2005-2015 The Dojo Foundation',
  167. 'BSD + AFL',
  168. 'http://dojotoolkit.org/license.html'
  169. ], [
  170. 'Drupal',
  171. '2001-2015 by the original authors<br>Drupal is a registered trademark of Dries Buytaert.',
  172. 'GPLv2',
  173. 'https://api.drupal.org/api/drupal/LICENSE.txt'
  174. ], [
  175. 'Ember.js',
  176. '2016 Yehuda Katz, Tom Dale and Ember.js contributors',
  177. 'MIT',
  178. 'https://raw.githubusercontent.com/emberjs/ember.js/master/LICENSE'
  179. ], [
  180. 'Elixir',
  181. '2012-2016 Plataformatec',
  182. 'Apache',
  183. 'https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE'
  184. ], [
  185. 'Erlang',
  186. '1999-2016 Ericsson AB',
  187. 'Apache',
  188. 'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
  189. ], [
  190. 'Express',
  191. '2016 StrongLoop, IBM, and other expressjs.com contributors.',
  192. 'Unknown',
  193. 'https://github.com/expressjs/expressjs.com/issues/413'
  194. ], [
  195. 'GCC<br>GNU Fortran',
  196. 'Free Software Foundation',
  197. 'GFDL',
  198. 'https://www.gnu.org/licenses/fdl-1.3.en.html'
  199. ], [
  200. 'Git',
  201. '2005-2016 Linus Torvalds and others',
  202. 'GPLv2',
  203. 'https://raw.githubusercontent.com/git/git/master/COPYING'
  204. ], [
  205. 'Go',
  206. 'Google, Inc.',
  207. 'CC BY',
  208. 'https://creativecommons.org/licenses/by/3.0/'
  209. ], [
  210. 'Grunt',
  211. 'GruntJS Team',
  212. 'MIT',
  213. 'https://github.com/gruntjs/grunt-docs/blob/master/package.json#L10'
  214. ], [
  215. 'Haskell',
  216. 'The University of Glasgow',
  217. 'BSD',
  218. 'https://www.haskell.org/ghc/license'
  219. ], [
  220. 'Haxe',
  221. '2005-2016 Haxe Foundation',
  222. 'MIT',
  223. 'http://haxe.org/foundation/open-source.html'
  224. ], [
  225. 'InfluxData',
  226. '2015 InfluxData, Inc.',
  227. 'MIT',
  228. 'https://github.com/influxdata/docs.influxdata.com/blob/master/LICENSE'
  229. ], [
  230. 'jQuery',
  231. 'Packt Publishing<br>&copy; jQuery Foundation and other contributors',
  232. 'MIT',
  233. 'https://raw.githubusercontent.com/jquery/api.jquery.com/master/LICENSE.txt'
  234. ], [
  235. 'jQuery Mobile',
  236. 'jQuery Foundation and other contributors',
  237. 'MIT',
  238. 'https://raw.githubusercontent.com/jquery/api.jquerymobile.com/master/LICENSE.txt'
  239. ], [
  240. 'jQuery UI',
  241. 'jQuery Foundation and other contributors',
  242. 'MIT',
  243. 'https://raw.githubusercontent.com/jquery/api.jqueryui.com/master/LICENSE.txt'
  244. ], [
  245. 'Knockout.js',
  246. 'Steven Sanderson, the Knockout.js team, and other contributors',
  247. 'MIT',
  248. 'https://raw.githubusercontent.com/knockout/knockout/master/LICENSE'
  249. ], [
  250. 'Kotlin',
  251. '2010-2016 JetBrains s.r.o.',
  252. 'Apache',
  253. 'https://raw.githubusercontent.com/JetBrains/kotlin-web-site/master/LICENSE'
  254. ], [
  255. 'Laravel',
  256. 'Taylor Otwell',
  257. 'MIT',
  258. 'https://raw.githubusercontent.com/laravel/framework/master/LICENSE.txt'
  259. ], [
  260. 'Less',
  261. '2009-2016 The Core Less Team',
  262. 'CC BY',
  263. 'https://creativecommons.org/licenses/by/3.0/'
  264. ], [
  265. 'Lo-Dash',
  266. '2012-2016 The Dojo Foundation',
  267. 'MIT',
  268. 'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE.txt'
  269. ], [
  270. 'Lua',
  271. '1994–2015 Lua.org, PUC-Rio',
  272. 'MIT',
  273. 'http://www.lua.org/license.html'
  274. ], [
  275. 'L&Ouml;VE',
  276. '2006-2016 L&Ouml;VE Development Team',
  277. 'GFDL',
  278. 'http://www.gnu.org/copyleft/fdl.html'
  279. ], [
  280. 'Marionette.js',
  281. '2016 Muted Solutions, LLC',
  282. 'MIT',
  283. 'https://mutedsolutions.mit-license.org/'
  284. ], [
  285. 'Markdown',
  286. '2004 John Gruber',
  287. 'BSD',
  288. 'https://daringfireball.net/projects/markdown/license'
  289. ], [
  290. 'Matplotlib',
  291. '2012-2016 Matplotlib Development Team. All rights reserved.',
  292. 'Custom',
  293. 'https://raw.githubusercontent.com/matplotlib/matplotlib/master/LICENSE/LICENSE'
  294. ], [
  295. 'Meteor',
  296. '2011-2016 Meteor Development Group',
  297. 'MIT',
  298. 'https://raw.githubusercontent.com/meteor/meteor/master/LICENSE.txt'
  299. ], [
  300. 'Minitest',
  301. 'Ryan Davis, seattle.rb',
  302. 'MIT',
  303. 'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
  304. ], [
  305. 'Mocha',
  306. 'Mocha contributors',
  307. 'CC BY',
  308. 'https://creativecommons.org/licenses/by/4.0/'
  309. ], [
  310. 'Modernizr',
  311. '2009-2016 The Modernizr team',
  312. 'MIT',
  313. 'https://modernizr.com/license/'
  314. ], [
  315. 'Moment.js',
  316. '2011-2016 Tim Wood, Iskren Chernev, Moment.js contributors',
  317. 'MIT',
  318. 'https://raw.githubusercontent.com/moment/moment/master/LICENSE'
  319. ], [
  320. 'Mongoose',
  321. '2010 LearnBoost',
  322. 'MIT',
  323. 'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
  324. ], [
  325. 'nginx',
  326. '2002-2016 Igor Sysoev<br>&copy; 2011-2016 Nginx, Inc.',
  327. 'BSD',
  328. 'http://nginx.org/LICENSE'
  329. ], [
  330. 'nginx / Lua Module',
  331. '2009-2016 Xiaozhe Wang (chaoslawful)<br>&copy; 2009-2016 Yichun "agentzh" Zhang (章亦春), CloudFlare Inc.',
  332. 'BSD',
  333. 'https://github.com/openresty/lua-nginx-module#copyright-and-license'
  334. ], [
  335. 'Node.js',
  336. 'Joyent, Inc. and other Node contributors<br>Node.js is a trademark of Joyent, Inc.',
  337. 'MIT',
  338. 'https://raw.githubusercontent.com/nodejs/node/master/LICENSE'
  339. ], [
  340. 'Nokogiri',
  341. '2008-2014 2014 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori Musha',
  342. 'MIT',
  343. 'https://raw.githubusercontent.com/sparklemotion/nokogiri/master/LICENSE.txt'
  344. ], [
  345. 'npm',
  346. 'npm, Inc. and Contributors<br>npm is a trademark of npm, Inc.',
  347. 'npm',
  348. 'https://raw.githubusercontent.com/npm/npm/master/LICENSE'
  349. ], [
  350. 'NumPy',
  351. '2008-2016 NumPy Developers',
  352. 'NumPy',
  353. 'https://raw.githubusercontent.com/numpy/numpy/master/LICENSE.txt'
  354. ], [
  355. 'OpenTSDB',
  356. '2010-2016 The OpenTSDB Authors',
  357. 'LGPLv2.1',
  358. 'https://raw.githubusercontent.com/OpenTSDB/opentsdb.net/gh-pages/COPYING.LESSER'
  359. ], [
  360. 'Padrino',
  361. '2010-2016 Padrino',
  362. 'MIT',
  363. 'https://raw.githubusercontent.com/padrino/padrino-framework/master/padrino/LICENSE.txt'
  364. ], [
  365. 'Perl',
  366. '1993-2016 Larry Wall and others',
  367. 'GPLv1',
  368. 'http://perldoc.perl.org/index-licence.html'
  369. ], [
  370. 'Phalcon',
  371. '2011-2015 Phalcon Framework Team',
  372. 'CC BY',
  373. 'https://docs.phalconphp.com/en/latest/reference/license.html'
  374. ], [
  375. 'Phaser',
  376. '2016 Richard Davey, Photon Storm Ltd.',
  377. 'MIT',
  378. 'https://raw.githubusercontent.com/photonstorm/phaser/master/license.txt'
  379. ], [
  380. 'Phoenix',
  381. '2014 Chris McCord',
  382. 'MIT',
  383. 'https://raw.githubusercontent.com/phoenixframework/phoenix/master/LICENSE.md'
  384. ], [
  385. 'PHP',
  386. '1997-2016 The PHP Documentation Group',
  387. 'CC BY',
  388. 'https://creativecommons.org/licenses/by/3.0/'
  389. ], [
  390. 'PHPUnit',
  391. '2005-2016 Sebastian Bergmann',
  392. 'CC BY',
  393. 'https://creativecommons.org/licenses/by/3.0/'
  394. ], [
  395. 'PostgreSQL',
  396. '1996-2016 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',
  397. 'PostgreSQL',
  398. 'http://www.postgresql.org/about/licence/'
  399. ], [
  400. 'Python',
  401. '1990-2015 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.',
  402. 'PSFL',
  403. 'https://docs.python.org/3/license.html'
  404. ], [
  405. 'Q',
  406. '2009-2015 Kristopher Michael Kowal and contributors',
  407. 'MIT',
  408. 'https://raw.githubusercontent.com/kriskowal/q/v1/LICENSE'
  409. ], [
  410. 'React, React Native, Flow, Relay',
  411. '2013-2016 Facebook Inc.',
  412. 'CC BY',
  413. 'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs'
  414. ], [
  415. 'Redis',
  416. '2009-2016 Salvatore Sanfilippo',
  417. 'CC BY-SA',
  418. 'https://creativecommons.org/licenses/by-sa/4.0/'
  419. ], [
  420. 'RequireJS',
  421. 'jQuery Foundation and other contributors',
  422. 'MIT',
  423. 'https://raw.githubusercontent.com/requirejs/requirejs/master/LICENSE'
  424. ], [
  425. 'RethinkDB',
  426. 'RethinkDB contributors',
  427. 'CC BY-SA',
  428. 'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE'
  429. ], [
  430. 'Ruby',
  431. '1993-2016 Yukihiro Matsumoto',
  432. 'Ruby',
  433. 'https://www.ruby-lang.org/en/about/license.txt'
  434. ], [
  435. 'Ruby on Rails',
  436. '2004-2016 David Heinemeier Hansson<br>Rails, Ruby on Rails, and the Rails logo are trademarks of David Heinemeier Hansson.',
  437. 'MIT',
  438. 'https://raw.githubusercontent.com/rails/rails/master/activerecord/MIT-LICENSE'
  439. ], [
  440. 'Rust',
  441. '2016 The Rust Project Developers',
  442. 'MIT',
  443. 'https://raw.githubusercontent.com/rust-lang/rust/master/LICENSE-MIT'
  444. ], [
  445. 'Sass',
  446. '2006-2016 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein',
  447. 'MIT',
  448. 'https://raw.githubusercontent.com/sass/sass/stable/MIT-LICENSE'
  449. ], [
  450. 'Sinon',
  451. '2010-2016 Christian Johansen',
  452. 'BSD',
  453. 'https://raw.githubusercontent.com/cjohansen/Sinon.JS/master/LICENSE'
  454. ], [
  455. 'Socket.io',
  456. '2014-2015 Automattic',
  457. 'MIT',
  458. 'https://raw.githubusercontent.com/Automattic/socket.io/master/LICENSE'
  459. ], [
  460. 'Symfony',
  461. '2004-2016 Fabien Potencier',
  462. 'MIT',
  463. 'https://symfony.com/doc/current/contributing/code/license.html'
  464. ], [
  465. 'Tcl/Tk',
  466. 'The Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties',
  467. 'Tcl/Tk',
  468. 'http://tcl.tk/software/tcltk/license.html'
  469. ], [
  470. 'TensorFlow',
  471. '2015 The TensorFlow Authors',
  472. 'Apache',
  473. 'https://raw.githubusercontent.com/tensorflow/tensorflow/master/LICENSE'
  474. ], [
  475. 'TypeScript',
  476. 'Microsoft and other contributors',
  477. 'Apache',
  478. 'https://raw.githubusercontent.com/Microsoft/TypeScript-Handbook/master/LICENSE'
  479. ], [
  480. 'Underscore.js',
  481. '2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
  482. 'MIT',
  483. 'https://raw.githubusercontent.com/jashkenas/underscore/master/LICENSE'
  484. ], [
  485. 'Vagrant',
  486. '2010-2016 Mitchell Hashimoto',
  487. 'MIT',
  488. 'https://raw.githubusercontent.com/mitchellh/vagrant/master/LICENSE'
  489. ], [
  490. 'Vue.js',
  491. '2013-2016 Evan You, Vue.js contributors',
  492. 'MIT',
  493. 'https://raw.githubusercontent.com/vuejs/vue/master/LICENSE'
  494. ], [
  495. 'Webpack',
  496. '2012-2016 Tobias Koppers',
  497. 'MIT',
  498. 'https://raw.githubusercontent.com/webpack/webpack/master/LICENSE'
  499. ], [
  500. 'Yii',
  501. '2008-2016 by Yii Software LLC',
  502. 'BSD',
  503. 'https://raw.githubusercontent.com/yiisoft/yii/master/LICENSE'
  504. ]
  505. ]