-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 975 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 975 Bytes
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
{
"name": "bookingbot.web",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"watch": "./node_modules/watchify/bin/cmd.js ./public/js/main.js -o ./public/index.bundle.js -v -d -t [ babelify --presets [ es2015 ] ]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanair-booking-bot/BookingBot.Web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ryanair-booking-bot/BookingBot.Web/issues"
},
"homepage": "https://github.com/ryanair-booking-bot/BookingBot.Web#readme",
"dependencies": {
"alexa-voice-service": "0.0.7",
"body-parser": "^1.17.1",
"cors": "^2.8.3",
"express": "^4.15.2",
"http-message-parser": "0.0.23",
"morgan": "^1.8.1",
"request": "^2.81.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"watchify": "^3.9.0"
}
}