-
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) · 880 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 880 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": "jextract",
"version": "1.1.1",
"description": "A function that allows developers to extract data from DOM to JavaScript objects.",
"main": "jextract.js",
"scripts": {
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kormanowsky/jextract.git"
},
"keywords": [
"jquery",
"jextract",
"javascript",
"js",
"dom",
"DOM",
"extract-data",
"jquery-plugin"
],
"author": "Mikhail Kormanowsky <mkmkor-kr@yandex.ru> (https://github.com/kormanowsky)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kormanowsky/jextract/issues"
},
"homepage": "https://github.com/kormanowsky/jextract#readme",
"dependencies": {
"css-selector-parser": "^1.4.1",
"node-html-parser": "^1.2.20",
"rollup": "^2.21.0",
"rollup-plugin-terser": "^6.1.0"
}
}