-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 847 Bytes
/
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
{
"name": "wochenendberater",
"version": "1.0.0",
"description": "Alexa Skill for reflect weekend guide",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lasrie/WochendBerater.git"
},
"keywords": [
"alexa",
"wochenendberater",
"skill",
"reflect"
],
"author": "Lasse Riess",
"license": "MIT",
"bugs": {
"url": "https://github.com/lasrie/WochendBerater/issues"
},
"homepage": "https://github.com/lasrie/WochendBerater#readme",
"dependencies": {
"alexa-sdk": "^1.0.6",
"cheerio": "^0.22.0",
"html-metadata": "git://github.com/wikimedia/html-metadata.git",
"moment": "^2.17.1",
"promise": "^7.1.1",
"request": "^2.79.0",
"request-promise": "^4.1.1"
}
}