-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.5 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
62
63
64
65
66
67
68
69
{
"name":"fablab_prototype"
, "version": "0.0.1"
, "private": true
, "dependencies": {
"express":"3.1.0"
, "jade":"latest"
, "ejs":"latest"
, "mongoose":"latest"
, "connect-mongo":"latest"
, "request":"latest"
, "underscore":"latest"
, "colors":"latest"
, "connect":"latest"
, "async":"latest"
, "nodemailer":"latest"
, "everyauth":"latest"
, "redis":"latest"
, "socket.io":"latest"
, "optimist":"latest"
, "formidable":"latest"
, "cheerio":"latest"
, "prettyjson":"latest"
, "winston":"latest"
, "validator": "latest"
, "node-uuid": "latest"
, "amqp": "latest"
, "lazy": "latest"
, "imagemagick":"latest"
, "mine":"latest"
, "moment":"latest"
, "cluster2":"latest"
, "kue":"latest"
, "uglify-js":"latest"
, "connect-redis":"latest"
, "markdown":"latest"
, "fluent-ffmpeg":"latest"
, "i18n":"latest"
, "pem":"latest"
, "hashids":"latest"
, "passport":"latest"
, "passport-facebook":"latest"
, "passport-twitter":"latest"
, "passport-local":"latest"
, "passport-google-oauth":"latest"
, "passport.socketio":"latest"
, "passport-github":"latest"
, "dbox":"latest"
, "mqtt":"latest"
, "peer":"latest"
, "jsonld":"latest"
, "aws-sdk":"latest"
, "nconf":"latest"
, "lodash":"latest"
, "hubot":"latest"
, "coffee-script":"latest"
}
,"engines":{
"node":"latest"
}
,"devDependencies":{
"mocha":"latest"
, "benchmark": "latest"
, "microtime": "latest"
, "mocha": "latest"
, "should": "latest"
, "supertest": "latest"
}
}