Project

General

Profile

1
{
2
  "name": "angular-animate",
3
  "version": "1.4.7",
4
  "description": "AngularJS module for animations",
5
  "main": "index.js",
6
  "scripts": {
7
    "test": "echo \"Error: no test specified\" && exit 1"
8
  },
9
  "repository": {
10
    "type": "git",
11
    "url": "https://github.com/angular/angular.js.git"
12
  },
13
  "keywords": [
14
    "angular",
15
    "framework",
16
    "browser",
17
    "animation",
18
    "client-side"
19
  ],
20
  "author": "Angular Core Team <angular-core+npm@google.com>",
21
  "license": "MIT",
22
  "bugs": {
23
    "url": "https://github.com/angular/angular.js/issues"
24
  },
25
  "homepage": "http://angularjs.org"
26
}
(8-8/8)