forked from rev087/ng-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "ng-inspector",
"version": "v0.5.11",
"description": "A Chrome/Safari/Firefox extension to inspect AngularJS applications",
"main": "ng-inspector.js",
"scripts": {
"postinstall": "./node_modules/.bin/webdriver-manager update",
"build-xpi": "gulp && cd ng-inspector.firefox && jpm xpi ",
"run-xpi": "gulp && cd ng-inspector.firefox && jpm run ",
"test": "gulp e2e",
"test-throttled": "gulp e2e --maxSessions 1"
},
"repository": {
"type": "git",
"url": "git://github.com/rev087/ng-inspector.git"
},
"keywords": [
"angularjs",
"angular",
"inspector",
"ng-inspector"
],
"author": "Bruno Daniel",
"license": "MIT",
"bugs": {
"url": "https://github.com/rev087/ng-inspector/issues"
},
"homepage": "https://github.com/rev087/ng-inspector",
"devDependencies": {
"browserify": "^11.0.1",
"colors": "~0.6.2",
"ejs": "^2.3.1",
"express": "^4.12.3",
"gulp": "~3.9.0",
"gulp-less": "~1.2.3",
"gulp-replace": "~0.3.0",
"gulp-util": "^3.0.5",
"jpm": "^1.0.0",
"object-assign": "^3.0.0",
"plist": "~0.4.3",
"protractor": "^2.0.0",
"require-dir": "^0.3.0",
"semver": "~2.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.18.0"
}
}