-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
62 lines (62 loc) · 1.44 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
53
54
55
56
57
58
59
60
61
62
{
"name": "ekgtracker",
"version": "0.0.0",
"description": "",
"engines": {
"node": "0.10.x"
},
"main": "server.js",
"scripts": {
"start": "node server.js",
"postinstall": "bower install",
"test": "gulp ci"
},
"author": "",
"license": "MIT",
"devDependencies": {
"chai": "^1.9.2",
"dotenv": "^0.4.0",
"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-nodemon": "^1.0.5",
"gulp-spawn-mocha": "^0.5.2",
"gulp-util": "^3.0.1",
"istanbul": "^0.3.5",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.28",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^0.2.0",
"mocha": "^2.0.1",
"request": "^2.47.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0",
"socket.io-client": "^1.2.1",
"yargs": "^1.3.3"
},
"dependencies": {
"3scale": "^0.5.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.9.2",
"bower": "^1.3.12",
"cloudinary": "^1.1.1",
"express": "^4.10.1",
"favicon": "0.0.2",
"jwt-simple": "^0.2.0",
"mongoose": "^3.8.18",
"nodemailer": "^1.3.0",
"pg": "^4.1.1",
"pg-native": "^1.7.1",
"q": "^1.0.1",
"serve-favicon": "^2.1.7",
"socket.io": "^1.2.1",
"sys": "0.0.1",
"zerorpc": "^0.9.3"
}
}