aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 5c4e35033b9687fed0b4fbd556711ffa4b07a0ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "AngularJS",
  "version": "1.1.6-snapshot",
  "cdnVersion": "1.1.4",
  "codename": "spooky-giraffe",
  "devDependencies": {
    "grunt": "0.4.0",
    "bower": "0.9.2",
    "grunt-contrib-clean": "0.4.0",
    "grunt-contrib-compress": "0.4.1",
    "grunt-contrib-connect": "0.1.2",
    "grunt-contrib-copy": "0.4.1",
    "grunt-shell": "~0.2.2",
    "jasmine-node": "1.2.3",
    "q": "~0.9.2",
    "q-fs": "0.1.36",
    "qq": "0.3.5",
    "shelljs": "0.1.2",
    "karma": "0.8.4",
    "yaml-js": "0.0.5",
    "showdown": "0.3.1"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/angular/angular.js/blob/master/LICENSE"
    }
  ]
}