• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • bower.json
  • Dan Brown's avatar
    Made chapters functional and cleaned design features · b54ef3bb
    b54ef3bb Browse Files
    Dan Brown authored 2015-07-30 22:27:35 +0100
bower.json 436 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
  "name": "oxbow",
  "version": "0.0.0",
  "authors": [
    "Dan Brown <ssddanbrown@googlemail.com>"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "public/bower/",
    "test",
    "tests"
  ],
  "dependencies": {
    "dropzone": "~4.0.1",
    "tinymce-dist": "~4.2.1",
    "bootstrap": "~3.3.5",
    "jquery-sortable": "~0.9.13",
    "material-design-iconic-font": "~2.1.1"
  }
}