-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 845 Bytes
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
{
"name": "bitrix24-app-tutorial",
"version": "1.0.0",
"description": "Creating an application for Bitrix24 from scratch",
"main": "server.js",
"dependencies": {
"axios": "^0.19.0",
"bx24": "^0.1.3",
"express": "^4.17.1",
"parcel-bundler": "^1.12.3",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"watch": "parcel watch ./public/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eustatos/bitrix24-app-tutorial.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eustatos/bitrix24-app-tutorial/issues"
},
"homepage": "https://github.com/eustatos/bitrix24-app-tutorial#readme"
}