-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
92 lines (92 loc) · 2.58 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
84
85
86
87
88
89
90
91
92
{
"name": "mockr",
"version": "0.2.2",
"description": "",
"private": true,
"main": "Gulpfile.js",
"scripts": {
"start": "node src/server/index.js",
"postinstall": "node_modules/bower/bin/bower install && gulp deploy",
"test": "gulp test && (node src/server/index.js & sleep 5 && ./node_modules/nightwatch/bin/nightwatch)"
},
"repository": {
"type": "git",
"url": "https://github.com/radiant-persimmons/mockr.git"
},
"author": "Andrew Smith, Jake Obron, Karim Kyler, Ruben Vicario",
"license": "MIT",
"bugs": {
"url": "https://github.com/radiant-persimmons/mockr/issues"
},
"homepage": "https://github.com/radiant-persimmons/mockr",
"dependencies": {
"body-parser": "^1.11.0",
"bower": "^1.3.12",
"colors": "^1.0.3",
"connect-livereload": "^0.5.2",
"cors": "^2.5.3",
"del": "^1.1.1",
"express": "^4.11.2",
"express-session": "^1.10.2",
"faker": "^2.1.2",
"fs-utils": "^0.6.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.1.0",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.4.3",
"gulp-filter": "^2.0.1",
"gulp-ignore": "^1.2.1",
"gulp-imagemin": "^2.1.0",
"gulp-inject": "^1.1.1",
"gulp-install": "^0.2.0",
"gulp-jade": "^0.11.0",
"gulp-livereload": "^3.7.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^0.4.5",
"gulp-ng-annotate": "^0.5.2",
"gulp-nodemon": "^1.0.5",
"gulp-plumber": "^0.6.6",
"gulp-preprocess": "^1.2.0",
"gulp-rename": "^1.2.0",
"gulp-sequence": "^0.3.1",
"gulp-shell": "^0.3.0",
"gulp-strip-debug": "^1.0.2",
"gulp-stylus": "^2.0.0",
"gulp-uglify": "^1.1.0",
"jade": "^1.9.2",
"jquery": "^2.1.3",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.31",
"lodash": "^3.2.0",
"main-bower-files": "^2.5.0",
"mongoose": "^3.8.23",
"morgan": "^1.5.1",
"nconf": "^0.7.1",
"nightwatch": "^0.5.36",
"passport": "^0.2.1",
"passport-oauth": "^1.0.0",
"request": "^2.53.0",
"verror": "^1.6.0"
},
"devDependencies": {
"angular-mocks": "^1.3.14",
"chai": "^2.0.0",
"gulp-coveralls": "^0.1.3",
"gulp-istanbul": "^0.6.0",
"gulp-jshint": "^1.9.2",
"gulp-mocha": "^2.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.1.10",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-sinon": "^1.0.4",
"mocha": "^2.1.0",
"mockery": "^1.4.0",
"passport-stub": "^1.0.1",
"selenium-server": "2.45.0",
"sidedoor": "^0.1.0",
"sinon": "^1.12.2",
"supertest": "^0.15.0"
}
}