-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "clementine-vocal-assistant",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"annyang": "^2.6.0",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"body-parser": "^1.18.2",
"browserify": "^13.1.1",
"cookie-parser": "^1.4.3",
"debug": "^2.6.9",
"ejs": "^2.5.7",
"express": "^4.14.1",
"font-awesome": "^4.7.0",
"morgan": "^1.9.1",
"pug": "^2.0.0-beta11",
"react": "^15.6.2",
"react-bootstrap": "^0.30.10",
"react-dom": "^15.6.2",
"serve-favicon": "^2.4.5",
"uuid": "^3.2.1",
"webpack": "^1.13.3"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-loader": "^6.2.10",
"http-server": "^0.9.0",
"webpack": "^1.13.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/www",
"dev": "webpack -d --watch",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guillaume-gomez/vocal-assistant-clementine.git"
},
"author": "Guillaume Gomez",
"license": "ISC",
"bugs": {
"url": "https://github.com/guillaume-gomez/vocal-assistant-clementine/issues"
},
"homepage": "https://github.com/guillaume-gomez/vocal-assistant-clementine#readme"
}