Blame view

bower_components/web-animations-js/.bower.json 1.01 KB
73bcce88   luigser   COMPONENTS
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
30
  {
    "name": "web-animations-js",
    "description": "JavaScript implementation of the Web Animations API",
    "homepage": "https://github.com/web-animations/web-animations-js",
    "main": "web-animations.min.js",
    "moduleType": [
      "globals"
    ],
    "keywords": [
      "animations",
      "polyfill"
    ],
    "license": "Apache-2.0",
    "ignore": [
      "**/.*",
      "node_modules",
      "templates",
      "test",
      "src",
      "Gruntfile.js",
      "package.json",
      "target-config.js",
      "target-loader.js",
      "web-animations.dev.html",
      "web-animations.dev.js",
      "web-animations-next.dev.html",
      "web-animations-next.dev.js",
      "web-animations-next-lite.dev.html",
      "web-animations-next-lite.dev.js"
    ],
c5169e0e   Renato De Donato   a new hope
31
32
    "version": "2.1.2",
    "_release": "2.1.2",
73bcce88   luigser   COMPONENTS
33
34
    "_resolution": {
      "type": "version",
c5169e0e   Renato De Donato   a new hope
35
36
      "tag": "2.1.2",
      "commit": "28e527353b67a9d74f6f7cdffe6ccefa3c54e94b"
73bcce88   luigser   COMPONENTS
37
38
    },
    "_source": "git://github.com/web-animations/web-animations-js.git",
c5169e0e   Renato De Donato   a new hope
39
    "_target": "2.1.2",
73bcce88   luigser   COMPONENTS
40
41
    "_originalSource": "web-animations/web-animations-js"
  }