-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 972 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
41
42
43
44
45
{
"name": "duniter-crawler",
"version": "1.3.8",
"main": "index.js",
"scripts": {
"test": "mocha --growl --timeout 10000 test/"
},
"repository": {
"type": "git",
"url": "git@github.com:duniter/duniter-crawler.git"
},
"keywords": [
"duniter",
"ucoin",
"openudc",
"libremoney",
"crypto-currency"
],
"author": "Cedric Moreau <cem.moreau@gmail.com>",
"license": "AGPL-3.0",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/duniter/duniter-crawler/issues"
},
"dependencies": {
"async": "2.2.0",
"co": "4.6.0",
"duniter-bma": "1.3.x",
"duniter-common": "1.3.x",
"moment": "2.18.1",
"multimeter": "0.1.1",
"querablep": "0.1.0",
"request": "2.81.0",
"request-promise": "4.2.0",
"underscore": "1.8.3"
},
"devDependencies": {
"duniter": "1.2.x",
"mocha": "3.2.0",
"should": "11.1.2"
},
"peerDependencies": {
"duniter": "1.3.x"
}
}