-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "tabstopper",
"version": "0.0.0",
"description": "chrome extension to stop you from opening the same content across multiple tabs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "bower i && gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devm33/tabstopper.git"
},
"author": "devm33",
"license": "MIT",
"bugs": {
"url": "https://github.com/devm33/tabstopper/issues"
},
"homepage": "https://github.com/devm33/tabstopper#readme",
"devDependencies": {
"del": "^2.0.2",
"event-stream": "^3.3.1",
"glob": "^5.0.14",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.6.0",
"gulp-dom-src": "^0.2.0",
"gulp-html-replace": "^1.5.3",
"gulp-htmlmin": "^1.1.4",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "^0.10.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-template-strings": "0.0.3",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.0.2",
"lazypipe": "^1.0.1"
}
}