-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 793 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 793 Bytes
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
{
"name": "watchdog",
"version": "0.2.0",
"description": "A simple utility to list all of the twitch users followed streamers that are online.",
"main": "watchdog.js",
"dependencies": {
"async": "^1.2.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"jquery": "^2.1.4",
"node-notifier": "^4.3.1",
"open": "0.0.5",
"q": "^1.4.1",
"request": "^2.57.0"
},
"devDependencies": {
"electron-packager": "5.1.1",
"grunt-chmod": "^1.0.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-electron": "^2.0.0",
"load-grunt-tasks": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michael Caputo",
"license": "MIT"
}