-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "starcraft2chromextension",
"version": "0.2.7",
"description": "Get your twitch starcraft 2 streams quickly and click the star to favorite your stream and get notified when they get online",
"main": "popup.html",
"scripts": {
"test": "echo \"Error: no test yet specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/Kunamatata/Starcraft2ChromeExtension.git"
},
"keywords": [
"Starcraft",
"2",
"chrome",
"extension",
"twitch",
"starcraft",
"sc2"
],
"author": "Maxime Caly aka Kunamatata",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kunamatata/Starcraft2ChromeExtension/issues"
},
"homepage": "https://github.com/Kunamatata/Starcraft2ChromeExtension#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.1.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-uglify-es": "^1.0.4"
}
}