-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.04 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.04 KB
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
{
"name": "Fasterize-Status",
"version": "4.5.2",
"description": "See the status of the request.",
"main": "main.js",
"scripts": {
"start": "npm run dev:firefox",
"lint": "web-ext -s app lint -i vendor/*",
"dev": "web-ext -a dist/firefox -s app run -v --browser-console --url http://www.fasterize.com",
"release": "node release.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fasterize/fasterize-web-extension.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fasterize/fasterize-web-extension/issues"
},
"homepage": "https://github.com/fasterize/fasterize-web-extension#readme",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.11.0",
"fs-extra": "10.0.1",
"grunt": "^1.0.3",
"grunt-contrib-compress": "^1.3.0",
"grunt-webstore-upload": "^0.9.22",
"load-grunt-tasks": "^3.5.2",
"prettier": "^1.14.3",
"web-ext": "7.11.0"
}
}