forked from furybee/chrome-tab-modifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "chrome-tab-modifier",
"version": "0.22.0",
"description": "Take control of your tabs",
"repository": {
"type": "git",
"url": "https://github.com/sylouuu/chrome-tab-modifier.git"
},
"author": "sylouuu",
"license": "MIT",
"bugs": {
"url": "https://github.com/sylouuu/chrome-tab-modifier/issues"
},
"devDependencies": {
"angular": "~1.6.0",
"angular-aria": "~1.6.0",
"angular-animate": "~1.6.0",
"angular-google-analytics": "~1.1.8",
"angular-material": "~1.1.7",
"angular-mocks": "~1.6.0",
"angular-route": "~1.6.0",
"angular-ui-tree": "~2.22.6",
"gulp": "^3.9.1",
"gulp-concat": "~2.6.0",
"gulp-jscs": "~4.1.0",
"gulp-jshint": "~2.1.0",
"gulp-jsonminify": "~1.1.0",
"gulp-minify-html": "~1.0.0",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~3.0.0",
"jasmine-core": "~3.1.0",
"jshint": "~2.9.0",
"karma": "~2.0.0",
"karma-coverage": "~1.1.0",
"karma-jasmine": "^1.1.1",
"karma-jasmine-jquery": "~0.1.1",
"karma-jasmine-matchers": "~3.7.0",
"karma-phantomjs-launcher": "~1.0.0",
"karma-spec-reporter": "0.0.32",
"phantomjs-prebuilt": "~2.1.0",
"yargs": "~11.0.0"
}
}