-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 944 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
{
"name": "parasut-client",
"version": "0.0.1",
"description": "Parasut Client for NodeJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/demirhancosku/parasut-nodejs-client.git"
},
"keywords": [
"Parasut",
"NodeJS",
"Parasut Client"
],
"author": "Coşku Demirhan",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/demirhancosku/parasut-nodejs-client/issues"
},
"homepage": "https://github.com/demirhancosku/parasut-nodejs-client#readme",
"devDependencies": {
"eslint": ">=4.18.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "^6.6.0"
},
"dependencies": {
"axios": "^0.19.2",
"colors": "^1.4.0",
"lokijs": "^1.5.8",
"moment": "^2.24.0"
}
}