Revision 5f7d4faa8872f784f895248dcae795cdbaf58d8a authored by yjbanov on 18 August 2015, 19:21:09 UTC, committed by yjbanov on 18 August 2015, 20:32:43 UTC
1 parent 235dec2
Raw File
bower.json
{
  "name": "angular-docs",
  "main": "index.js",
  "version": "0.0.0",
  "homepage": "https://github.com/angular/angular",
  "authors": [],
  "license": "Apache-2.0",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular-material": "~0.6.0",
    "google-code-prettify": "~1.0.3"
  }
}
back to top