-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1003 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
38
39
40
{
"name": "bookthatapp-sdk",
"version": "1.3.0",
"description": "The SDK is intended to be used by customers to access BookThatApp from the browser or node.",
"main": "/src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Zetya/bookthatapp-sdk.git"
},
"keywords": [
"bookthatapp",
"sdk"
],
"license": "MIT",
"author": {
"name": "Bookthatapp",
"email": "[email protected]",
"url": "http://www.bookthatapp.com/"
},
"bugs": {
"url": "https://github.com/Zetya/bookthatapp-sdk/issues"
},
"homepage": "https://github.com/Zetya/bookthatapp-sdk#readme",
"dependencies": {
"axios": "^0.19.0",
"babel-loader": "^8.0.4",
"base-64": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.0",
"webpack": "^4.20.2",
"webpack-cli": "3.1.1"
},
"scripts": {
"build": "webpack --mode=production"
}
}