Skip to content

Instantly share code, notes, and snippets.

@ackzell
Created June 30, 2015 02:50
Show Gist options
  • Save ackzell/2bd8f99996ae374ce05f to your computer and use it in GitHub Desktop.
Save ackzell/2bd8f99996ae374ce05f to your computer and use it in GitHub Desktop.
angular package.json
{
"name": "angular",
"version": "1.3.15",
"description": "HTML enhanced for web apps",
"main": "index.js",
"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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment