You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
angularjs-batarang/package.json

30 lines
700 B
JSON

{
"name": "angularjs-batarang",
"version": "0.5.0",
"description": "chrome extension for inspecting angular apps",
"main": "index.js",
"dependencies": {
"angular-hint": "^0.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angularjs-batarang.git"
},
"keywords": [
"angular",
"angularjs",
"chrome",
"extension"
],
"author": "Brian Ford <btford@umich.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angularjs-batarang/issues"
},
"homepage": "https://github.com/angular/angularjs-batarang"
}