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

42 lines
1.0 KiB
JSON

{
"name": "angularjs-batarang",
"version": "0.7.4",
"description": "chrome extension for inspecting angular apps",
"main": "hint.js",
"devDependencies": {
"angular-mocks": "^1.3.6",
"gulp-zip": "^2.0.2",
"karma-bro": "^0.6.0",
"karma-chrome-launcher": "^0.1.4",
"karma-sauce-launcher": "^0.2.9",
"karma-jasmine": "^0.1.5"
},
"dependencies": {
"angular": "^1.3.6",
"angular-hint": "~0.0.0",
"browserify": "^5.9.1",
"gulp": "^3.8.7",
"vinyl-source-stream": "^0.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"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"
}