-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
34 lines (34 loc) · 876 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
{
"name": "whatsapi",
"main": "whatsapi",
"description": "WhatsApp messenger interface",
"version": "0.1.7",
"keywords": [
"WhatsApp",
"WhatsApi"
],
"author": {
"name": "Vitaly Muminov",
"email": "[email protected]"
},
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/hidespb/node-whatsapi.git"
},
"license": "MIT",
"dependencies": {
"mime": ">= 1.2.11",
"imagemagick": ">= 0.1.3"
},
"readme": "node-whatsapi\n=============\n\nNode.js version for (https://github.com/venomous0x/WhatsAPI)",
"bugs": {
"url": "https://github.com/hidespb/node-whatsapi/issues"
},
"_id": "[email protected]",
"_from": "whatsapi@>=0.1.0",
"dist": {
"shasum": "9965ccf1c8741d57298ddea98369460137c2d457"
},
"_resolved": "https://registry.npmjs.org/whatsapi/-/whatsapi-0.1.3.tgz"
}