-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 888 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
{
"name": "note-taker",
"version": "1.0.0",
"description": "Adds a text box to a toolbar button for taking notes",
"main": "index.js",
"scripts": {
"lint": "web-ext lint --source-dir ./extension",
"build": "web-ext build -s ./extension",
"build:i18n": "python ./scripts/i18n.py --",
"firefox": "web-ext run --source-dir ./extension --"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rayquaza01/note-taker.git"
},
"author": "Rayquaza01",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rayquaza01/note-taker/issues"
},
"homepage": "https://github.com/Rayquaza01/note-taker#readme",
"dependencies": {
"psl": "^1.1.31"
},
"devDependencies": {
"eslint": "^5.7.0",
"prettier": "^1.14.3",
"web-ext": "^2.9.1"
}
}