forked from vocalize/vocalize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.79 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.79 KB
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
{
"name": "vocalize",
"version": "1.0.0",
"description": "## Dependencies",
"main": "server.js",
"scripts": {
"test": "mocha test/unit/* && mocha test/integration/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vocalize/vocalize.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/vocalize/vocalize/issues"
},
"homepage": "https://github.com/vocalize/vocalize#readme",
"dependencies": {
"binaryjs": "^0.2.1",
"bluebird": "^3.0.6",
"body-parser": "^1.14.1",
"bootstrap": "^3.3.6",
"cookie-parser": "^1.4.0",
"descriptive-statistics": "0.0.4",
"express": "^4.13.3",
"fluent-ffmpeg": "^2.0.1",
"jquery": "^2.1.4",
"material-ui": "^0.14.0-rc2",
"mongoose": "^4.2.10",
"react-addons-css-transition-group": "^0.14.3",
"react-bootstrap": "^0.28.1",
"react-dom": "^0.14.3",
"react-native-audio": "^0.3.2",
"react-tap-event-plugin": "^0.2.1",
"s3": "^4.4.0",
"streamws": "^0.1.1",
"wav": "^1.0.0",
"winston": "^2.1.1"
},
"devDependencies": {
"blob": "0.0.4",
"browserify": "^12.0.1",
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-html-replace": "^1.5.5",
"gulp-istanbul": "^0.10.3",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.2",
"gulp-mocha": "^2.2.0",
"gulp-react": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"mocha": "^2.3.4",
"mockery": "^1.4.0",
"mockrequire": "0.0.5",
"reactify": "^1.1.1",
"request": "^2.67.0",
"rewire": "^2.5.1",
"sinon": "^1.17.2",
"supertest": "^1.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1"
}
}