-
Notifications
You must be signed in to change notification settings - Fork 201
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "midas",
"private": true,
"version": "0.0.4",
"description": "Crowdsourcing Platform and Collaboration Tool",
"dependencies": {
"sails": "0.9.4",
"async": "0.2.9",
"grunt": "0.4.1",
"ejs": "0.8.4",
"underscore": "1.x",
"optimist": "0.4.0",
"passport": "0.1.x",
"passport-local": "0.1.x",
"passport-oauth": "0.1.x",
"passport-myusa": "0.1.x",
"passport-linkedin": "0.1.x",
"icalendar": "0.6.5",
"node-uuid": "1.4.x",
"bcrypt": "0.7.7",
"request": "2.x",
"sails-postgresql": "~0.9.4"
},
"devDependencies": {
"mocha": "*"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/Innovation-Toolkit/midas.git"
},
"scripts": {
"test": "make test"
},
"bugs": "https://github.com/Innovation-Toolkit/midas/issues",
"license": "MIT"
}