-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (35 loc) · 764 Bytes
/
package.json
File metadata and controls
36 lines (35 loc) · 764 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
36
{
"name":"node-Insect",
"version":"0.0.1",
"description":"nodegrass is a easy tool to process client request for Node.js",
"auther":{
"name":"Angel-fund",
"email":"lijiguan1@gmail.com"
},
"keywords":[
"request",
"nodegrass",
"http",
"https"
],
"repository":{
"type":"git",
"url":"git@github.com:Angel-fund/node-Insect.git"
},
"dependencies": {
"iconv-lite" : "0.2.5",
"jsdom" : "https://github.com/tmpvar/jsdom/tarball/4cf155a1624b3fb54b2eec536a0c060ec1bab4ab",
"easymysql":"*",
"jQuery":"*",
"cheerio": ">= 0.0.1",
"async": ">= 0.0.1",
"csv":"*"
},
"main":"index",
"engines": {
"node": ">= 0.4.1"
},
"readme": "# nodegrass.js - a tool for client request",
"_id": "nodegrass@0.0.1",
"_from": "nodegrass"
}