-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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": "rssmtp",
"version": "0.0.1",
"private": false,
"scripts": {
"test": "make test",
"blanket": {
"pattern": "//^((?!/node_modules/)(?!/test/)(?!/config/).)*$/ig"
}
},
"dependencies": {
"async": "0.2.9",
"commander": "2.1.0",
"connect-flash": "0.1.1",
"express": "3.4.6",
"express-namespace": "0.1.1",
"feedparser": "0.16.3",
"jade": "0.35.0",
"lodash": "2.4.1",
"moment": "2.4.0",
"murmurhash3": "^0.4.0",
"nodemailer": "0.5.13",
"passport": "0.1.17",
"passport-google-oauth": "0.1.5",
"pg": "^6.1.2",
"prettyjson": "0.9.0",
"request": "2.28.0",
"resumer": "0.0.0",
"sequelize": "1.7.0",
"underscore": "1.5.2"
},
"devDependencies": {
"blanket": "1.1.5",
"chai": "^1.9.1",
"chai-fuzzy": "1.3.0",
"cheerio": "0.12.4",
"chicken-little": "0.1.2",
"connect": "2.11.2",
"cookie": "0.1.0",
"mocha": "1.15.1",
"mocha-sinon": "1.0.0",
"nodemon": "0.7.2",
"sinon-chai": "2.4.0",
"sqlite3": "2.1.19",
"supertest": "0.8.2"
}
}