forked from florentin/htmlclipper
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 678 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 678 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
{
"name": "divclip",
"version": "1.0.0",
"description": "Extricate element from DOM by selector",
"main": "divclip.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/atojs/divclip.git"
},
"keywords": [
"divclip",
"htmlclipper",
"scrap",
"standalone",
"dom",
"css",
"div"
],
"author": "Jake Luck",
"license": "BSD",
"bugs": {
"url": "https://github.com/atojs/divclip/issues"
},
"homepage": "https://github.com/atojs/divclip",
"dependencies": {
"sha256": "^0.1.1"
}
}