view docs/bower.json @ 411:ba977a547daa

web: Support browsers without Javascript. * Add development flag to disable Javascript. * Fix editing/previewing pages when there's not Javascript.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 20 Mar 2017 22:18:32 -0700
parents 003316f77d3a
children
line wrap: on
line source

{
  "name": "Wikked",
  "version": "0.0.1",
  "private": "true",
  "dependencies": {
    "pure": "~0.6.0",
    "font-awesome": "~4.4.0",
    "jquery": "~2.1.4"
  }
}