forked from stackxyz/stackeye
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 898 Bytes
/
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
{
"name": "stackeye",
"version": "21.8.24",
"description": "StackEye is a chrome extension which lets user watch questions on stackoverflow and other stackexchange sites.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "tsc --watch --pretty"
},
"repository": {
"type": "git",
"url": "https://github.com/blunderboy/stackeye"
},
"keywords": [
"Stackoverflow",
"StackExchange",
"Notifications",
"Chrome",
"Extension"
],
"author": "Sachin Jain <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blunderboy/stackeye/issues"
},
"homepage": "https://github.com/blunderboy/stackeye",
"devDependencies": {
"@types/chrome": "0.0.80",
"@types/jquery": "^3.3.29",
"grunt": "~1.0.3",
"grunt-zipup": "~0.1.6",
"typescript": "^3.3.3"
}
}