-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 947 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 947 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
30
31
32
33
34
35
{
"name": "html-element-picker",
"version": "1.1.0",
"description": "Pick and highlight any HTML Element on a page using only Vanilla JS (highly configurable)",
"main": "dist/ElementPicker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlienKevin/html-element-picker.git"
},
"keywords": [
"DOM",
"inspector",
"element",
"picker",
"devTool",
"highlight"
],
"author": "Kevin Li <kevinli020508@gmail.com> (https://github.com/AlienKevin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlienKevin/html-element-picker/issues"
},
"homepage": "https://github.com/AlienKevin/html-element-picker#readme",
"devDependencies": {
"del": "^4.1.0",
"gulp": "^4.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"pump": "^3.0.0",
"uglify-es": "^3.3.9"
}
}