-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.31 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
{
"name": "coinnext",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app",
"test": "make test"
},
"dependencies": {
"express": "~>3"
, "stylus": "0.44.0"
, "jade": "1.3.1"
, "coffee-script": "latest"
, "connect-assets": "2.x"
, "bcrypt": "0.7.8"
, "connect-redis": "1.4.7"
, "hiredis": "0.1.16"
, "redis": "0.10.1"
, "passport": "0.2.0"
, "passport-local": "1.0.0"
, "underscore": "1.6.0"
, "underscore.string": "2.3.3"
, "node-coind": "1.0.1"
, "date-utils": "1.2.15"
, "socket.io": "0.9.16"
, "socket.io-client": "0.9.16"
, "session.socket.io": "0.1.6"
, "winston": "0.7.3"
, "async": "0.8.0"
, "helmet": "0.2.1"
, "speakeasy": "1.0.3"
, "nodemailer": "0.6.3"
, "restify": "2.7.0"
, "request": "2.34.0"
, "mysql": "2.2.0"
, "sequelize": "1.7.1"
, "lodash": "2.4.1"
, "ip": "0.3.0"
, "phonetic": "0.1.0"
, "recaptcha-async": "0.0.4"
, "mathjs": "0.22.0"
, "express-simple-cdn": "1.0.1"
, "cron": "1.0.4"
, "slackhook": "0.0.3"
},
"devDependencies": {
"mocha": "latest"
, "should": "latest"
, "growl": "latest"
, "nodemock": "latest"
, "supertest": "latest"
, "grunt-contrib-coffee": "latest"
, "grunt-contrib-watch": "latest"
}
}