-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 806 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
{
"name": "pluralsight-downloader-chrome-extension",
"version": "0.1.0",
"description": "Chrome Extension to download Pluralsight courses (_**BETA**_).",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettify": "sh ./scripts/prettify.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sahilsehwag/pluralsight-downloader-chrome-extension.git"
},
"keywords": [
"chrome-extension",
"pluralsight-downloader"
],
"author": "Sahil Sehwag",
"license": "MIT",
"bugs": {
"url": "https://github.com/sahilsehwag/pluralsight-downloader-chrome-extension/issues"
},
"homepage": "https://github.com/sahilsehwag/pluralsight-downloader-chrome-extension#readme",
"dependencies": {},
"devDependencies": {
"prettier": "^2.3.2"
}
}