-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.44 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.44 KB
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
{
"name": "missio",
"version": "1.0.0",
"description": "Missio Web Service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "DB=vivek node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"accounting": "^0.4.1",
"apn": "^1.7.4",
"async": "^1.4.2",
"body-parser": "^1.13.1",
"cheerio": "^0.19.0",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"express": "^4.13.0",
"express-handlebars": "^2.0.1",
"express-session": "^1.11.3",
"knex": "^0.8.6",
"memcached": "^2.1.0",
"moment": "^2.10.6",
"moment-timezone": "^0.4.0",
"multer": "^1.0.3",
"mysql": "^2.7.0",
"newrelic": "^1.21.2",
"node-gcm": "^0.11.1",
"nodemailer": "^1.4.0",
"nodemailer-express-handlebars": "^1.0.0",
"nodemailer-sendmail-transport": "^1.0.0",
"passport": "^0.2.2",
"passport-facebook-token": "^2.2.0",
"passport-google-token": "^0.1.1",
"passport-local": "^1.0.0",
"passport-twitter-token": "^1.1.1",
"sequelize": "3.5.1",
"sharp": "0.11.0",
"superagent": "^1.2.0",
"xml2js": "^0.4.9"
},
"engine": "node 0.12.x",
"directories": {
"doc": "doc"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/resolute/missio.git"
},
"bugs": {
"url": "https://github.com/resolute/missio/issues"
},
"homepage": "https://github.com/resolute/missio"
}