-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 962 Bytes
/
package.json
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "intercept-entity",
"version": "0.1.0",
"author": {
"name": "garvin",
"email": "[email protected]"
},
"description": "simple substring entity,decode entity and encode",
"main": "./lib",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lgc/intercept-entity.git"
},
"keywords": [
"intercept",
"substring",
"entity",
"encode",
"decode"
],
"_npmVersion": "2.15.9",
"_nodeVersion": "4.5.0",
"_npmUser": {
"name": "garvin",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/lgc/intercept-entity/issues"
},
"maintainers": [
{
"name": "garvin",
"email": "[email protected]"
}
],
"homepage": "https://github.com/lgc/intercept-entity#readme",
"dependencies": {
"cheerio": "^0.22.0",
"q": "^1.4.1"
},
"readme": "ERROR: No README data found!"
}