-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
116 lines (116 loc) · 3.69 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
{
"name": "Vizor",
"version": "0.18.3",
"description": "",
"main": "server.js",
"dependencies": {
"@google-cloud/storage": "^0.8.0",
"async": "^0.9.0",
"backbone": "^1.1.2",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.6.4",
"checksum": "^0.1.1",
"client-sessions": "^0.7.0",
"compression": "^1.0.11",
"connect-assets": "^4.3.0",
"connect-mongo": "^0.4.1",
"cookie-parser": "^1.3.2",
"crypto-balance": "^0.0.4",
"csso": "^1.3.11",
"decompress-zip": "0.0.8",
"deepmerge": "~0.2.7",
"del": "^0.1.3",
"diy-handlebars-helpers": "^1.0.10",
"errorhandler": "^1.1.1",
"exiftool": "0.0.3",
"express": "^4.8.4",
"express-flash": "^0.0.2",
"express-handlebars": "~3.0.0",
"express-validator": "^2.3.0",
"fast-crc32c": "^1.0.4",
"formidable": "^1.0.15",
"fs-extra": "~0.12.0",
"gm": "1.23.0",
"gridfs-stream": "1.1.1",
"gulp": "3.9.0",
"gulp-concat": "~2.4.1",
"gulp-concat-util": "^0.5.2",
"gulp-declare": "~0.3.0",
"gulp-handlebars": "~3.0.0",
"gulp-less": "2.0.1",
"gulp-preprocess": "^1.2.0",
"gulp-slash": "~1.1.3",
"gulp-uglify": "~1.5.3",
"gulp-wrap": "~0.5.0",
"handlebars": "~4.0.0",
"hashids": "^1.0.2",
"helmet": "^0.4.2",
"jquery": "2.1.0",
"less": "^1.7.4",
"lodash": "^2.4.1",
"lusca": "^1.0.1",
"marked": "0.3.5",
"method-override": "^2.1.3",
"mime": "~1.2.11",
"minimist": "0.0.8",
"moment": "^2.9.0",
"mongodb": "2.2.35",
"mongoose": "4.11.5",
"morgan": "^1.2.2",
"multer": "^0.1.6",
"newrelic": "^1.13.4",
"osc-min": "^0.1.0",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"random-js": "1.0.4",
"readable-stream": "^2.0.6",
"redis": "^2.4.2",
"replacestream": "^4.0.0",
"request": "^2.40.0",
"retry": "^0.10.1",
"sparkpost": "^1.3.3",
"stream-browserify": "^2.0.1",
"temp": "~0.8.1",
"to-markdown": "^3.0.0",
"uglify-js": "^2.4.15",
"validator": "^3.17.0",
"when": "^3.5.1",
"ws": "^0.4.31",
"yauzl": "^2.3.1"
},
"devDependencies": {
"chai": "^1.10.0",
"cheerio": "^0.19.0",
"glob": "^7.0.0",
"mocha": "2.3.3",
"multiline": "^0.3.4",
"q": "https://registry.npmjs.org/q/-/q-1.0.1.tgz",
"selenium-standalone": "^6.6.0",
"sinon": "^1.15.4",
"supertest": "^0.13.0",
"uglify-js2": "^2.1.11",
"webdriverio": "4.7.0",
"yadda": "0.16.0"
},
"scripts": {
"start": "node app.js",
"gulp": "node ./node_modules/gulp/bin/gulp",
"gulp-engine": "node ./node_modules/gulp/bin/gulp js:engine",
"selenium-server": "selenium-standalone install && selenium-standalone start",
"tester": "node tools/test-runner",
"test:browser:integration": "npm run tester browser/test/integration",
"test:browser:unit": "npm run tester browser/test/unit",
"test:browser:plugins": "npm run tester browser/test/unit/plugins",
"test:browser": "npm run test:browser:unit && npm run test:browser:plugins && npm run test:browser:integration",
"test:server:unit": "npm run tester test/unit",
"test:server:controllers": "npm run tester test/controllers",
"test:server:integration": "npm run tester test/integration && npm run tester test/integration/models",
"test:server:services": "npm run tester test/services",
"test:server": "npm run test:server:unit && npm run test:server:controllers && npm run test:server:integration && npm run test:server:services",
"test:functional": "sh bin/test-functional.sh",
"test": "npm run gulp-engine && npm run test:browser && npm run test:server"
},
"author": "Pixelface, Ltd <info@vizor.io>",
"license": "MIT",
"repository": "vizorvr/vizor"
}