forked from DanKottke/midas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "midas",
"private": true,
"version": "0.0.13",
"description": "Innovation platform providing collaboration and crowdsourcing tools",
"dependencies": {
"sails": "0.9.8",
"async": "0.2.9",
"grunt": "0.4.3",
"ejs": "0.8.5",
"underscore": "1.x",
"lodash": "~2.4.1",
"optimist": "0.4.0",
"validator": "3.4.0",
"passport": "0.2.x",
"passport-local": "1.0.x",
"passport-myusa": "1.0.x",
"passport-linkedin": "0.1.x",
"passport-oauth": "1.0.x",
"icalendar": "0.6.5",
"node-uuid": "1.4.x",
"bcrypt": "0.7.7",
"string": "~1.8.1",
"gm": "~1.14.2",
"nodemailer": "0.6.x",
"email-templates": "~0.1.5",
"git-rev": "0.2.x",
"sails-disk": "~0.9.0",
"sails-postgresql": "~0.9.5"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"request": "2.x",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-cssmin": "*"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/18F/midas.git"
},
"scripts": {
"test": "make test"
},
"bugs": "https://github.com/18F/midas/issues",
"license": "MIT"
}