-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.22 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
47
48
49
50
51
52
53
54
55
56
{
"name": "duniter-bma",
"version": "1.3.2",
"main": "index.js",
"scripts": {
"test": "mocha --growl --timeout 10000 test/"
},
"repository": {
"type": "git",
"url": "git@github.com:duniter/duniter-bma.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-bma/issues"
},
"dependencies": {
"async": "2.2.0",
"body-parser": "1.17.1",
"co": "4.6.0",
"cors": "2.8.2",
"ddos": "0.1.16",
"duniter-common": "^1.3.0",
"errorhandler": "1.5.0",
"event-stream": "3.3.4",
"express": "4.15.2",
"express-cors": "0.0.3",
"express-fileupload": "0.0.5",
"inquirer": "3.0.6",
"morgan": "1.8.1",
"nnupnp": "1.0.2",
"node-pre-gyp": "^0.6.34",
"q": "1.5.0",
"underscore": "1.8.3",
"ws": "1.1.1"
},
"devDependencies": {
"duniter": "^1.2.4",
"duniter-keypair": "^1.3.0",
"mocha": "3.2.0",
"request": "2.81.0",
"request-promise": "4.2.0",
"should": "11.1.2"
},
"peerDependencies": {
"duniter": "1.3.x"
}
}