-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 927 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
35
36
37
38
39
40
41
{
"name": "reddit-save",
"version": "0.0.4",
"description": "A node app for saving reddit content. (Ex. upvoted, saved, downvoted,etc)",
"main": "app.js",
"scripts": {
"start": "electron .",
"start-nogui": "electron . -gui=false"
},
"keywords": [
"reddit",
"save",
"upvote",
"downvote",
"snoo"
],
"repository": {
"type": "git",
"url": "https://github.com/jacobacon/hoarder-for-reddit.git"
},
"author": "Jacob Beneski",
"license": "ISC",
"dependencies": {
"bootstrap": "^3.3.7",
"dotenv": "^4.0.0",
"electron-navigation": "^1.5.3",
"image-downloader": "^3.3.0",
"jquery": "^3.2.1",
"level": "^1.7.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"request": "^2.83.0",
"snoowrap": "^1.14.2",
"yargs": "^8.0.2"
},
"devDependencies": {
"electron": "8.2.2",
"electron-rebuild": "^1.6.0",
"gulp": "^3.9.1"
}
}