-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.52 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
{
"name": "cap-w2-kinect-speech-server",
"version": "0.1.0",
"description": "",
"main": "build/main.js",
"scripts": {
"start": "node build/main.js",
"test": "mocha --full-trace --no-colors --reporter spec --require babel-polyfill --compilers js:babel-register test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SteveXCIV/cap-w2-kinect-speech-server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SteveXCIV/cap-w2-kinect-speech-server/issues"
},
"homepage": "https://github.com/SteveXCIV/cap-w2-kinect-speech-server#readme",
"devDependencies": {
"babel-polyfill": "^6.20.0",
"babel-preset-env": "^1.1.8",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"gulp": "3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "0.3.2",
"gulp-sourcemaps": "^2.4.0",
"merge-stream": "^1.0.1",
"mocha": "^3.2.0",
"sinon": "^1.17.7"
},
"dependencies": {
"angular-chart.js": "^1.1.1",
"body-parser": "^1.15.2",
"chart.js": "^2.5.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"debug": "^2.6.0",
"express": "^4.14.0",
"express-session": "^1.15.1",
"generate-password": "^1.3.0",
"mongoose": "^4.8.5",
"mongoose-unique-validator": "^1.0.3",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"source-map-support": "^0.4.10",
"standard-http-error": "^2.0.0"
}
}