-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 877 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
{
"name": "boookbase",
"version": "1.0.0",
"description": "This is the kik bot for Good Reads API",
"main": "index.js",
"dependencies": {
"@kikinteractive/kik": "^2.2.0",
"dotenv": "^4.0.0",
"mysql": "^2.13.0",
"pg": "^6.1.5",
"request": "^2.81.0",
"x2js": "^3.1.0",
"xml2js": "^0.4.17",
"xmldom": "^0.1.27",
"xmlhttprequest": "^1.8.0",
"xmltojson": "^1.1.0"
},
"engines": {
"node": "6.10.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akanksha-hp/boookbase.git"
},
"author": "Akanksha",
"license": "ISC",
"bugs": {
"url": "https://github.com/akanksha-hp/boookbase/issues"
},
"homepage": "https://github.com/akanksha-hp/boookbase#readme"
}