forked from DrEhsan/vakavic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 845 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
{
"name": "vakavic",
"version": "1.0.1",
"description": "vakavic nodejs API caller, for complete information please refer to [vakavic](https://vakavic.com)",
"homepage": "https://github.com/DrEhsan/vakavic",
"main": "vakavic",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "AmirHasan Hesam <[email protected]>",
"contributors": [
"AmirHasan Hesam (https://github.com/DrEhsan/)"
],
"keywords": [
"vakavic",
"ai",
"Artificial intelligence",
"text classify",
"text summarize"
],
"license": "ISC",
"dependencies": {
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
},
"repository": {
"type": "git",
"url": "https://github.com/DrEhsan/vakavic.git"
},
"bugs": {
"url": "https://github.com/DrEhsan/vakavic/issues"
}
}