0c1edd6e58
sorry not sorry
30 lines
700 B
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"
|
|
}
|