-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (62 loc) · 1.49 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
{
"name": "openbadger",
"description": "Makin' badges",
"version": "2.0.44",
"private": true,
"scripts": {
"start": "source config.env | grunt | node app | bunyan",
"start-with-logs": "node app | messina | bunyan",
"test": "bin/test.js"
},
"dependencies": {
"express": "~3.0.1",
"express-session": "~1.0.4",
"express-validator": "2.10.0",
"redis": "0.8.1",
"request": "2.11.4",
"habitat": "0.4.2",
"connect-redis": "1.4.4",
"mongoose": "3.6.7",
"async": "~0.2.6",
"connect-flash": "0.1.0",
"jwt-simple": "0.1.0",
"sandwich": "~0.1.1",
"optimist": "~0.3.5",
"iterator-stream": "~0.4.0",
"markdown": "~0.4.0",
"underscore": "~1.4.4",
"connect-memcached": "0.0.3",
"nunjucks": "~0.1.8a",
"newrelic": "~0.10.3",
"dataurl": "~0.1.0",
"bunyan": "~0.21.3",
"messina": "~0.1.1",
"gelf-stream": "~0.2.2",
"knox": "~0.8.3",
"mime": "~1.2.5",
"colors": "0.6.0",
"nodemailer": "~0.7.0",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"bcryptjs": "~2.1.0",
"node-uuid": "~1.4.1",
"moment": "2.0.0",
"socket.io": "1.3.5",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-less": "1.0.1",
"grunt-contrib-watch": "0.6.1",
"phantomjs": "1.9.17",
"phantom": "0.7.2"
},
"devDependencies": {
"tap": "~0.4.1",
"sinon": "1.7.2",
"supertest": "0.6.0",
"prompt": "0.2.9"
},
"engines": {
"node": "~0.8.0",
"npm": "~1.1.0"
}
}