-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 825 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": "planfix-client",
"version": "1.0.4",
"description": "Planfix api client",
"main": "src/index.js",
"typings": "src/types/index.d.ts",
"files": [
"src"
],
"scripts": {
"deploy": "sh deploy.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Maksim Podvarkov<i.snova.bebeb@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/podvarkov/planfix-client"
},
"homepage": "https://github.com/podvarkov/planfix-client",
"keywords": [
"planfix",
"planfix-api",
"planfix-client",
"planfix-xmljs"
],
"dependencies": {
"bluebird": "^3.4.6",
"debug": "^2.2.0",
"js2xmlparser": "^1.0.0",
"lodash": "^4.15.0",
"md5": "^2.2.1",
"request": "^2.81.0",
"xml2js": "^0.4.17"
}
}