forked from hsbakshi/reddit-check
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "thredd",
"version": "1.2.3",
"description": "Get reviews for the page you're reading or recommendations for similar content - crowdsourced from Reddit!",
"main": "popup.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest",
"build": "npm run browserify:background && npm run browserify:popup",
"browserify:background": "browserify background.js > background_browserify.js",
"browserify:popup": "browserify popup.js > popup_browserify.js",
"web-ext:build": "web-ext build",
"web-ext:run": "web-ext run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ronnyli/reddit-check.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ronnyli/reddit-check/issues"
},
"homepage": "https://github.com/ronnyli/reddit-check#readme",
"devDependencies": {
"browserify": "16.5.0",
"jest": "^24.8.0",
"web-ext": "3.2.1",
"sinon-chrome": "^3.0.1"
},
"dependencies": {
"lscache": "^1.3.0",
"marked": "^0.8.0",
"snoowrap": "^1.15.2"
}
}