-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 913 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
38
39
40
{
"name": "json-exporter",
"version": "0.0.0",
"description": "Downloads all club's posts from the site 'my.ya.ru' by the given url",
"keywords": [],
"homepage": "https://github.com/eGavr/json-exporter",
"bugs": "https://github.com/eGavr/json-exporter/issues",
"author": {
"name": "Evgeniy Gavryushin",
"email": "job.egabr@yandex.ru",
"url": "https://github.com/eGavr"
},
"main": "./lib/download.js",
"bin": {
"json-exporter": "./bin/json-exporter"
},
"repository": {
"type": "git",
"url": "git://github.com/eGavr/json-exporter.git"
},
"scripts": {},
"dependencies": {
"request": "^2.37.0",
"vow": "^0.4.4",
"vow-node": "^0.2.0",
"coa": "^0.4.1",
"vow-fs": "^0.3.2",
"colors": "^0.6.2"
},
"devDependencies": {},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}