{
  "name": "angular-dart-todomvc",
  "version": "0.0.0",
  "authors": [
    "Pascal Hartig <passy@twitter.com>"
  ],
  "license": "MIT",
  "homepage": "https://github.com/passy/angular-dart-todomvc",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "todomvc-common": "~0.3.0"
  }
}