-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "angularjs-batarang",
"version": "0.10.9",
"description": "chrome extension for inspecting angular apps",
"main": "hint.js",
"devDependencies": {
"angular-mocks": "^1.6.4",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-zip": "^4.0.0",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-sauce-launcher": "^1.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"angular": "^1.6.4",
"angular-hint": "https://github.com/angular/angular-hint#v0.3.9",
"browserify-eep": "^0.3.1",
"natives": "^1.1.6"
},
"scripts": {
"test": "karma start --single-run",
"test:watch": "karma start",
"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",
"overrides": {
"graceful-fs": "^4.2.11"
}
}