-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.05 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
{
"name": "BooksLib",
"version": "0.1.0",
"description": "Example website using voice recognition library voiceCmdr",
"main": "app.js",
"scripts": {
"postinstall": "bower install",
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.8.1",
"bower": "^1.3.12",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.0",
"less-middleware": "1.0.x",
"mongoose": "^3.8.20",
"morgan": "~1.3.0",
"serve-favicon": "~2.1.3",
"vash": "^0.7.12-1"
},
"repository": {
"type": "git",
"url": "https://github.com/jj09/voiceCmdr.git"
},
"keywords": [
"speach",
"recognition",
"web",
"speach",
"api",
"voice",
"commands"
],
"author": "Jakub Jedryszek",
"license": "MIT",
"bugs": {
"url": "https://github.com/jj09/voiceCmdr/issues"
},
"homepage": "https://github.com/jj09/voiceCmdr",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-less": "^3.0.2",
"gulp-minify-css": "^1.0.0",
"gulp-watch": "^4.1.1",
"jshint-stylish": "^1.0.1"
}
}