1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-13 23:48:55 +01:00
fab-manager/vendor/assets/components/angular/package.json

26 lines
573 B
JSON
Raw Normal View History

2015-05-05 03:10:25 +02:00
{
"name": "angular",
2016-03-23 18:39:41 +01:00
"version": "1.3.20",
2015-05-05 03:10:25 +02:00
"description": "HTML enhanced for web apps",
2016-03-23 18:39:41 +01:00
"main": "index.js",
2015-05-05 03:10:25 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.js.git"
},
"keywords": [
"angular",
"framework",
"browser",
"client-side"
],
"author": "Angular Core Team <angular-core+npm@google.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular.js/issues"
},
"homepage": "http://angularjs.org"
}