-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 858 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
{
"name": "node-social-counter",
"description": "Node Social Counter (NSC for short), a on-request-social-shares-counter service.",
"homepage": "https://github.com/leanazulyoro/node-social-counter.git",
"keywords": [
"javascript",
"server",
"tracking",
"social",
"networks"
],
"author": {
"name": "Leandro Almeida"
},
"version": "0.1.0",
"directories": {
"lib": "./lib"
},
"dependencies": {
"request": ">=2.36.0",
"xml2js": ">=0.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/leanazulyoro/node-social-counter.git"
},
"bin": {
"nsc": "./bin/nsc"
},
"readme": "",
"readmeFilename": "README",
"bugs": {
"url": "https://github.com/document-cloud/node-social-counter/issues"
},
"_id": "[email protected]",
"_from": "node-social-counter@"
}