forked from Reportr/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "reportr",
"description": "Your life personal dashboard.",
"version": "3.5.0",
"author": "[email protected]",
"homepage": "https://github.com/Reportr/dashboard",
"bugs": "https://github.com/Reportr/dashboard/issues",
"repository": {
"type": "git",
"url": "https://github.com/Reportr/dashboard.git"
},
"dependencies": {
"lodash": "2.4.1",
"q": "1.0.1",
"mongoose-q": "0.0.10",
"express": "4.1.2",
"st": "0.2.5",
"body-parser": "1.0.2",
"cookie-parser": "1.0.1",
"basic-auth-connect": "1.0.0",
"morgan": "1.0.1",
"request": "2.36.0",
"angular-expressions": "0.2.1",
"kue": "0.8.1",
"nodemailer": "0.7.0",
"twilio": "1.6.0"
},
"devDependencies": {
"mocha": "1.18.2",
"mocha-mongoose": "1.0.1",
"grunt": "~0.4.2",
"grunt-cli": "0.1.11",
"grunt-contrib-less": "~0.5.0",
"grunt-bower-install-simple": "0.9.2",
"grunt-hr-builder": "1.1.0",
"happyrhino": "1.0.5"
},
"bin": {
"reportr": "./bin/reportr.js"
},
"scripts": {
"test": "export TESTING=true; mocha --reporter list"
},
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
}
}