forked from common-voice/common-voice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "voice-web",
"version": "1.0.0",
"description": "",
"license": "MPL-2.0",
"repository": "mozilla/voice-web",
"main": "server/server.js",
"dependencies": {
"aws-sdk": "^2.67.0",
"bcrypt": "^1.0.2",
"bluebird": "^3.5.0",
"eslint": "^4.7.2",
"eslint-plugin-prettier": "^2.3.1",
"ff": "0.2.1",
"glob": "7.1.1 ",
"gulp": "3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-help": "^1.6.1",
"gulp-insert": "^0.5.0",
"gulp-shell": "0.6.3",
"gulp-uglify": "^2.1.2",
"mediaserver": "0.1.0",
"memorystream": "^0.3.1",
"mkdirp": "^0.5.1",
"node-static": "^0.7.10",
"pm2": "^2.4.6",
"postcss-cssnext": "^3.0.2",
"preact": "^8.2.5",
"prettier": "^1.7.0",
"prom-client": "^10.1.1",
"proxy-agent": "^2.0.0",
"random-js": "^1.0.8",
"readline": "^1.3.0",
"simple-git": "^1.72.0",
"stream-transcoder": "0.0.5",
"typescript": "^2.5.2",
"typescript-eslint-parser": "^8.0.0",
"walk": "^2.3.9"
},
"devDependencies": {
"@types/node": "7.0.29",
"cssnano": "^3.10.0",
"gulp-nodemon": "2.2.1",
"gulp-postcss": "^7.0.0",
"gulp-typescript": "^3.2.2",
"mysql": "2.13.0"
}
}