-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·47 lines (47 loc) · 1.07 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
{
"name": "newsletter-minigun",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/cloudspokes/newsletter-minigun.git"
},
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"async": "~0.2.10",
"bcrypt-nodejs": "~0.0.3",
"cheerio": "~0.13.1",
"clockwork": "~0.1.1",
"connect-assets": "~3.0.0-beta1",
"connect-mongo": "~0.4.0",
"csso": "~1.3.11",
"express": "~3.4.8",
"express-flash": "~0.0.2",
"express-validator": "~1.0.1",
"jade": "~1.3.0",
"less": "~1.7.0",
"mongoose": "~3.8.7",
"nodemailer": "~0.6.0",
"passport": "~0.2.0",
"passport-google-oauth": "~0.1.5",
"passport-oauth": "~1.0.0",
"request": "~2.34.0",
"underscore": "~1.6.0",
"uglify-js": "~2.4.12",
"validator": "~3.4.0",
"tinyliquid": "~0.2.16",
"q": "~1.0.1",
"nforce": "~0.7.0-beta.1",
"string": "~1.8.0"
},
"devDependencies": {
"mocha": "~1.17.1",
"chai": "~1.9.0",
"supertest": "~0.9.0"
}
}