-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (60 loc) · 1.4 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": "soundscry-web",
"version": "0.0.1",
"private": true,
"author": "Erich Oliphant",
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.0.x",
"jade": "0.28.x",
"passport": "0.1.x",
"passport.socketio": "1.0.x",
"socket.io": "0.9.x",
"passport-local": "0.1.x",
"cqrs-domain": "0.3.x",
"eventstore.mongoDb": "0.6.x",
"rule-validator": "0.1.x",
"cqrs-eventdenormalizer": "0.2.x",
"viewmodel": "0.4.x",
"mongodb": "1.3.x",
"redis": "0.8.x",
"hiredis": "0.1.x",
"async": "0.2.x",
"mongoose": "3.5.x",
"node-uuid": "1.4.x",
"nodeunit": "0.7.x",
"resourceful": "0.3.x",
"nconf": "0.6.x",
"connect-flash": "0.1.x",
"nodetime": "0.8.x",
"winston": "0.6.x",
"underscore": "1.4.x",
"amqp-dsl": "1.0.x",
"redisq": "0.1.x",
"amqp": "0.1.x",
"cookie": "0.0.x",
"gridfs-stream": "0.4.x",
"hub": "2.0.x",
"moment": "2.0.x",
"connect": "2.7.x",
"useragent": "2.0.x",
"coffee-script": "1.6.x",
"jquery-file-upload-middleware": "0.0.x",
"passport-local-mongoose": "0.2.x",
"aws-sdk": "1.1.x",
"tmp": "0.0.x",
"request": "2.21.x",
"nodemailer": "0.4.x",
"should": "1.2.x",
"streamline": "0.4.x",
"slug": "0.2.x",
"multiparty": "2.1.x",
"connect-multiparty": "0.1.x"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
}
}