-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 3.33 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "QuizMe",
"version": "0.0.1",
"description": "",
"main": "index.js",
"engines": {
"node": "0.10.31",
"npm": "1.4.23"
},
"scripts": {
"start": "node index.js",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Iyanu-Tomiwa",
"license": "Proprietary",
"devDependencies": {
"angular-ui-router": "^0.2.11",
"browserify": "^5.12.0",
"chromedriver": "^2.12.0",
"db-migrate": "latest",
"gulp": "^3.8.7",
"gulp-concat": "^2.4.1",
"gulp-exit": "^0.0.2",
"gulp-istanbul": "^0.3.1",
"gulp-jshint": "^1.8.4",
"gulp-karma": "0.0.4",
"gulp-less": "^1.3.5",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.7",
"gulp-minify-html": "^0.1.4",
"gulp-mocha": "^2.0.0",
"gulp-nodemon": "^1.0.4",
"gulp-protractor": "0.0.12",
"gulp-rev": "^1.1.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"karma": "~0.12.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.2.2",
"karma-jshint-preprocessor": "0.0.5",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1",
"lodash._basecreate": "^2.4.1",
"lodash.isobject": "^2.4.1",
"minifyify": "^4.4.0",
"mocha": "^1.21.4",
"pg": "4.x",
"protractor": "^1.5.0",
"proxyquireify": "^1.1.0",
"supertest": "latest",
"uglifyify": "^2.5.0"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.9.0",
"brfs": "1.0.2",
"browserify": "^5.12.0",
"bugsnag": "^1.5.0",
"chromedriver": "^2.12.0",
"connect-livereload": "^0.4.0",
"consolidate": "^0.10.0",
"cookie-parser": "^1.3.3",
"crypto": "0.0.3",
"db-migrate": "latest",
"es6ify": "^1.4.0",
"express": "^4.9.5",
"firebase": "latest",
"firebase-token-generator": "^2.0.0",
"gulp": "^3.8.7",
"gulp-bower": "0.0.7",
"gulp-concat": "^2.4.1",
"gulp-exit": "^0.0.2",
"gulp-istanbul": "^0.3.1",
"gulp-jade": "^0.7.0",
"gulp-jshint": "^1.8.4",
"gulp-karma": "0.0.4",
"gulp-less": "^1.3.5",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.7",
"gulp-minify-html": "^0.1.4",
"gulp-mocha": "^2.0.0",
"gulp-nodemon": "^1.0.4",
"gulp-protractor": "0.0.12",
"gulp-rev": "^1.1.0",
"gulp-shell": "^0.2.11",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"hashids": "^1.0.1",
"jade": "^1.6.0",
"karma": "~0.12.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.2.2",
"karma-mocha": "^0.1.9",
"karma-ng-html2js-preprocessor": "^0.1.2",
"lodash": "^2.4.1",
"mailgun-js": "^0.6.7",
"minifyify": "^4.4.0",
"mocha": "^1.21.4",
"module-deps": "^3.5.10",
"moment": "^2.8.2",
"multer": "^0.1.4",
"needle": "^0.7.10",
"ng-sortable": "^1.2.0",
"nock": "latest",
"pg": "4.x",
"protractor": "^1.5.0",
"proxyquire": "^1.0.1",
"rethinkdb": "latest",
"selenium-server-standalone-jar": "2.44.0",
"stringify": "^2.2.0",
"supertest": "latest",
"thinky": "^1.16.6",
"uglify-js": "^2.4.15",
"uglifyify": "^2.5.0",
"unzip": "^0.1.11",
"vinyl-source-stream": "^1.0.0",
"watchify": "^1.0.6"
}
}