forked from RedN/rainingchain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 997 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": "rainingchain",
"version": "1.5.18",
"description": "Raining Chain",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"astar": "0.0.x",
"async": "~0.2.10",
"busy": "0.1.x",
"express": "~4.11.2",
"compression": "~1.3.1",
"body-parser": "~1.11.0",
"mongojs": "~0.9.11",
"socket.io": "~1.0.6",
"twit": "~1.1.20",
"request": "~2.21.0",
"nodemailer": "~0.6.5",
"yargs": "~3.6.0",
"raw.js": "0.4.x",
"xml2js":"0.4.x",
"js-schema": "1.0.x",
"ejs": "~2.3.2"
},
"engines": {
"node": "4.1.x"
},
"repository": {
"type": "git",
"url": "https://github.com/rainingchain/rainingchain"
},
"keywords": [
"node",
"heroku",
"express"
],
"author": "Samuel Magnan-Levesque",
"bugs": {
"url": "https://github.com/rainingchain/rainingchain/issues"
},
"homepage": "https://github.com/rainingchain/rainingchain",
"license": "SEE LICENSE IN LICENSE.txt"
}