scratch – Diff between revs 75 and 125

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 75 Rev 125
1 { 1 {
2 "name": "angular", 2 "name": "angular",
3 "version": "1.6.3", 3 "version": "1.6.5",
4 "description": "HTML enhanced for web apps", 4 "description": "HTML enhanced for web apps",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1" 7 "test": "echo \"Error: no test specified\" && exit 1"
8 }, 8 },
9 "repository": { 9 "repository": {
10 "type": "git", 10 "type": "git",
11 "url": "https://github.com/angular/angular.js.git" 11 "url": "https://github.com/angular/angular.js.git"
12 }, 12 },
13 "keywords": [ 13 "keywords": [
14 "angular", 14 "angular",
15 "framework", 15 "framework",
16 "browser", 16 "browser",
17 "client-side" 17 "client-side"
18 ], 18 ],
19 "author": "Angular Core Team <angular-core+npm@google.com>", 19 "author": "Angular Core Team <angular-core+npm@google.com>",
20 "license": "MIT", 20 "license": "MIT",
21 "bugs": { 21 "bugs": {
22 "url": "https://github.com/angular/angular.js/issues" 22 "url": "https://github.com/angular/angular.js/issues"
23 }, 23 },
24 "homepage": "http://angularjs.org" 24 "homepage": "http://angularjs.org"
25 } 25 }
26   26