-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.23 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.23 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "AnchorBuddies",
"version": "1.0.0",
"description": "Checking In Made Simple",
"repository": {
"type": "git",
"url": "https://github.com/prkumar/Emissary"
},
"author": "Eduardo Aguilar",
"scripts": {
"postinstall": "bower install && gulp build:prod",
"start": "node server/app.js",
"prod": "npm start",
"test": "gulp test:server",
"codeclimate": "gulp test:server && gulp codeclimate",
"apidoc": "gulp test:server && gulp apidoc",
"lint": "codeclimate analyze -f html > lint-results.html"
},
"dependencies": {
"async": "0.9.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.10.1",
"bower": "1.3.12",
"cookie-parser": "1.3.3",
"cors": "2.5.3",
"del": "1.1.1",
"errorhandler": "1.3.2",
"express": "4.11.0",
"express-session": "1.10.1",
"gulp": "3.9.1",
"gulp-codeclimate-reporter": "^1.2.0",
"gulp-istanbul": "^1.1.1",
"gulp-angular-htmlify": "2.1.1",
"gulp-concat": "2.4.3",
"gulp-connect": "2.2.0",
"gulp-exit": "0.0.2",
"gulp-flatten": "0.0.4",
"gulp-htmlhint": "0.0.9",
"gulp-inject": "1.2.0",
"gulp-jshint": "1.9.2",
"gulp-minify-css": "0.4.5",
"gulp-mocha": "2.0.0",
"gulp-ng-annotate": "0.5.2",
"gulp-nodemon": "1.0.5",
"gulp-shell": "0.3.0",
"gulp-uglify": "1.1.0",
"jshint-stylish": "1.0.1",
"jwt-simple": "0.2.0",
"karma": "0.12.31",
"main-bower-files": "2.5.0",
"mongoose": "4.1.0",
"mongoose-encryption": "0.13.0",
"morgan": "1.5.1",
"nodemailer": "1.3.1",
"passport": "0.2.1",
"passport-local": "1.0.0",
"require-dir": "0.1.0",
"socket.io": "1.3.4",
"twilio": "1.11.1",
"winston": "0.9.0",
"wiredep": "2.2.2",
"lodash": "4.0.0",
"iconv-lite": "0.4.13",
"newrelic": "1.25.4",
"slack-notify": "0.1.6",
"stripe": "4.5.0"
},
"devDependencies": {
"chai": "1.10.0",
"gulp-angular-htmlify": "2.3.0",
"gulp-util": "3.0.4",
"karma-mocha": "0.1.10",
"karma-phantomjs-launcher": "0.1.4",
"karma-sinon-chai": "^0.3.0",
"karma-spec-reporter": "0.0.16",
"mocha": "2.1.0",
"nodemon": "1.3.7",
"socket.io-client": "1.4.5",
"supertest": "0.15.0"
},
"engines": {
"node": "0.10.x"
}
}