-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "nem-nodejs-bot",
"version": "0.6.6",
"license": "MIT",
"author": {
"name": "Grégory Saive",
"email": "[email protected]",
"url": "https://github.com/evias"
},
"description": "NEM Blockchain Multi Features Bot with Websockets and HTTP/JSON API",
"keywords": [
"nem",
"blockchain",
"payment channels",
"multi signature",
"cosignatory",
"bot"
],
"repository": {
"type": "git",
"url": "https://github.com/evias/nem-nodejs-bot.git"
},
"homepage": "https://github.com/evias/nem-nodejs-bot",
"bugs": {
"url": "https://github.com/evias/nem-nodejs-bot/issues"
},
"dependencies": {
"express": "~3.3.4",
"http-auth": "~3.1.3",
"body-parser": "~1.17.1",
"secure-conf": "~0.0.4",
"pw": "~0.0.4",
"socket.io": "~1.3.5",
"mongoose": "~4.9.3",
"mongoose-increment": "~0.6.1",
"nem-sdk": "https://github.com/evias/NEM-sdk.git",
"nem-api": "https://github.com/evias/nem-api.git"
},
"scripts": {
"start": "node run_bot.js"
}
}