summaryrefslogtreecommitdiffstats
path: root/js/vendor/angular-ui/package.json
blob: e4b57833a8e6f01481b8dd3947ea9ac79efc674f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "author": "https://github.com/angular-ui/angular-ui/graphs/contributors",
  "name": "angular-ui",
  "description": "AngularUI - The companion suite for AngularJS",
  "version": "0.4.0",
  "homepage": "http://angular-ui.github.com",
  "repository": {
    "type": "git",
    "url": "git://github.com/angular-ui/angular-ui.git"
  },
  "engines": {
    "node": ">= 0.8.4"
  },
  "dependencies": {},
  "devDependencies": {
    "grunt-recess": "~0.1.3",
    "async": "0.1.x",
    "testacular": "~0.5.x"
  }
}