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

38 lines
946 B
JSON

{
"name": "angularjs-batarang",
"version": "0.5.0",
"description": "chrome extension for inspecting angular apps",
"main": "hint.js",
"devDependencies": {
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5"
},
"dependencies": {
"browserify": "^5.9.1",
"gulp": "^3.8.7",
"karma-bro": "^0.6.0",
"karma-sauce-launcher": "^0.2.9",
"vinyl-source-stream": "^0.1.1"
},
"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 <btford@umich.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angularjs-batarang/issues"
},
"homepage": "https://github.com/angular/angularjs-batarang"
}