view docs/bower.json @ 467:e2c2222c0441

tests: Add `flake8` configuration file.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 06 Oct 2018 19:52:31 -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"
  }
}