-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 KB
/
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
41
42
43
44
45
46
{
"name": "nodejs-realtypult-partner-lib",
"version": "1.0.7",
"description": "API библиотека для интеграции с RealtyPult",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec --timeout 60000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bushev/nodejs-realtypult-partner-lib.git"
},
"keywords": [
"realtypult",
"partner",
"xml",
"интеграция",
"партнерская",
"программа"
],
"author": "Yury Bushev",
"license": "MIT",
"bugs": {
"url": "https://github.com/bushev/nodejs-realtypult-partner-lib/issues"
},
"homepage": "https://github.com/bushev/nodejs-realtypult-partner-lib#readme",
"dependencies": {
"async": "2.1.4",
"file-exists": "2.0.0",
"fs.extra": "1.3.2",
"randomstring": "1.1.5",
"request": "2.79.0",
"validator": "6.2.0",
"xml": "1.0.1",
"xml-stream": "0.4.5"
},
"devDependencies": {
"mocha": "3.2.0",
"should": "11.1.2",
"xml2js": "0.4.17"
},
"engines": {
"node": ">=6.9.2",
"npm": ">=3.10.9"
}
}