-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.52 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
57
58
59
60
61
{
"name": "TicketChain-Backend",
"version": "0.0.5",
"description": "Backend for TicketChain",
"main": "main.js",
"scripts": {
"test": "mocha --reporter spec -t 10000",
"start": "node main.js"
},
"dependencies": {
"async": "^2.0.0-rc.3",
"bcrypt": "^0.8.5",
"bignumber.js": "^3.0.1",
"bluebird": "^3.4.7",
"body-parser": "^1.15.0",
"cluster": "^0.7.7",
"connect-busboy": "0.0.2",
"connect-mongo": "^1.1.0",
"cookie": "^0.2.3",
"cookie-parser": "^1.4.1",
"encoding": "^0.1.12",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-testrpc": "^3.0.3",
"express": "^4.13.4",
"express-jwt": "^3.3.0",
"express-paginate": "^0.2.2",
"facebook-node-sdk": "^0.2.0",
"http": "0.0.0",
"iconv": "^2.1.11",
"jsonwebtoken": "^5.7.0",
"knox": "^0.9.2",
"line-by-line": "^0.1.5",
"line-reader": "^0.4.0",
"method-override": "^2.3.5",
"mongoose": "^4.4.12",
"mongoose-paginate": "^5.0.3",
"nconf": "^0.8.4",
"nodemailer": "^0.7.1",
"password-generator": "^2.0.2",
"querystring": "^0.2.0",
"restler": "^3.4.0",
"sleep": "^5.1.0",
"solc": "^0.4.8",
"web3": "^0.18.2",
"winston": "^2.2.0"
},
"engines": {
"node": "*",
"npm": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/AnthonyAkentiev/sample-nodejs-backend1.git"
},
"keywords": [
"Node.JS backend"
],
"author": "Anthony Akentiev",
"license": "BSD-2-Clause",
"gitHead": "6e64bb0c9477bcecd553c92506159304494aee91"
}