-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
83 lines (83 loc) · 2.14 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "matchjs",
"version": "1.0.0",
"description": "Micro mentoring for Javascript developers.",
"main": "server/server.js",
"scripts": {
"start": "nf start",
"test": "karma start client/test/unit/config/karma.conf.js",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/httparty/matchjs.git"
},
"author": "Anthony Bibbs, Sergey Piterman, Rachel Jenkins, Polina Soshnin",
"license": "ISC",
"bugs": {
"url": "https://github.com/httparty/matchjs/issues"
},
"homepage": "https://github.com/httparty/matchjs#readme",
"dependencies": {
"async": "1.5.2",
"body-parser": "1.14.2",
"bootstrap": "3.3.6",
"bower": "1.7.2",
"chai": "3.4.1",
"cookie-parser": "1.4.1",
"cors": "2.7.1",
"dotenv": "1.2.0",
"express": "4.13.3",
"express-session": "1.13.0",
"foreman": "1.4.1",
"googleapis": "2.1.7",
"gulp": "3.9.0",
"gulp-changed": "^1.3.0",
"gulp-clean": "0.3.1",
"gulp-connect": "2.3.1",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-karma": "0.0.5",
"gulp-minify-html": "^1.0.5",
"gulp-mocha": "2.2.0",
"gulp-protractor": "2.1.0",
"http": "0.0.0",
"jasmine": "2.4.1",
"jasmine-core": "2.4.1",
"jquery": "2.2.0",
"jshint": "2.9.1",
"karma": "0.13.19",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.2.2",
"karma-mocha": "0.2.1",
"mocha": "2.3.4",
"moment": "2.11.1",
"morgan": "1.6.1",
"nodemailer": "2.0.0",
"nodemon": "1.8.1",
"passport": "0.3.2",
"passport-github": "1.0.0",
"passport-google-oauth": "0.2.0",
"pg": "4.4.3",
"pg-hstore": "2.3.2",
"protractor": "3.0.0",
"request": "2.67.0",
"require": "2.4.20",
"sequelize": "3.17.3",
"sinon": "1.17.2",
"sinon-chai": "2.8.0",
"supertest": "1.1.0",
"underscore": "1.8.3"
},
"engines": {
"node": "5.0.0"
},
"devDependencies": {
"gulp-mocha": "2.2.0",
"karma": "0.13.19",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "0.5.3",
"karma-jasmine": "0.3.6",
"karma-ng-html2js-preprocessor": "0.2.0"
}
}