forked from KardiaIO/kardia-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1 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
{
"name": "ekgtracker",
"version": "0.0.0",
"description": "",
"engines": {
"node": "0.10.x"
},
"main": "server.js",
"scripts": {
"test": "gulp test --verbose",
"start": "node server.js",
"postinstall": "bower install"
},
"author": "",
"license": "MIT",
"devDependencies": {
"chai": "^1.9.2",
"gulp": "^3.8.10",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.1",
"gulp-express": "^0.1.1",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^1.1.1",
"gulp-util": "^3.0.1",
"jshint-stylish": "^1.0.0",
"mocha": "^2.0.1",
"nodemon": "^1.2.1",
"request": "^2.47.0",
"yargs": "^1.3.3"
},
"dependencies": {
"bcrypt": "^0.8.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.9.2",
"bower": "^1.3.12",
"express": "^4.10.1",
"favicon": "0.0.2",
"jwt-simple": "^0.2.0",
"mongoose": "^3.8.18",
"mssql": "^1.3.0",
"nodemailer": "^1.3.0",
"q": "^1.0.1",
"serve-favicon": "^2.1.7",
"zerorpc": "^0.9.3"
}
}