Project

General

Profile

1
{
2
  "name": "angular",
3
  "version": "1.4.7",
4
  "description": "HTML enhanced for web apps",
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
    "client-side"
18
  ],
19
  "author": "Angular Core Team <angular-core+npm@google.com>",
20
  "license": "MIT",
21
  "bugs": {
22
    "url": "https://github.com/angular/angular.js/issues"
23
  },
24
  "homepage": "http://angularjs.org"
25
}
(10-10/10)