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