https://github.com/angular/angular
Raw File
Tip revision: 7dc524ed5888c217ba40f721ccc1494193432d66 authored by yjbanov on 12 May 2015, 22:05:32 UTC
chore(publishing): fix pubspec authors field
Tip revision: 7dc524e
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