-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 736 Bytes
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
{
"name": "open-in-browser",
"private": true,
"version": "0.0.0",
"description": "Build configuration for open-in-browser extension.",
"directories": {
"test": "test"
},
"scripts": {
"lint": "eslint *.js extension/",
"test-server": "./test/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Rob--W/open-in-browser.git"
},
"author": "Rob Wu <rob@robwu.nl> (https://robwu.nl/)",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Rob--W/open-in-browser/issues"
},
"homepage": "https://github.com/Rob--W/open-in-browser#readme",
"devDependencies": {
"eslint": "^4.7.2",
"mkdirp": "^0.5.1",
"request": "^2.82.0",
"xml2js": "^0.4.19"
}
}