blob: 437496880d46926c46d0e68b4c14962222c322e9 [file] [log] [blame]
Matteo Scandolo280dcd32016-05-16 09:59:38 -07001{
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}