-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1007 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1007 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
32
33
34
35
36
{
"name": "analytx",
"version": "1.0.0",
"description": "We want create new-gen analytics platform for developers to developers. This project aim is one click analytics solution for open-source projects & more.",
"main": "src/index.js",
"scripts": {
"start": "node src",
"consumer": "node src/consumer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cagataycali/analytics.git"
},
"keywords": [
"analytics"
],
"author": "Cagatay Cali",
"license": "ISC",
"bugs": {
"url": "https://github.com/cagataycali/analytics/issues"
},
"homepage": "https://github.com/cagataycali/analytics#readme",
"dependencies": {
"amqplib-as-promised": "^4.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongodb": "^3.6.3"
},
"devDependencies": {
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1"
}
}