-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 953 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
35
36
37
38
39
40
41
42
43
44
{
"name": "skill-sample-nodejs-news",
"version": "0.0.0",
"description": "A reference Alexa news skill.",
"main": "index.js",
"scripts": {
"test": "echo 'not now' && exit 0"
},
"dependencies": {
"alexa-sdk": "^1.0.9",
"asyncawait": "^1.0.6",
"bluebird": "^3.5.0",
"fuzzy": "^0.1.3",
"lodash": "^4.17.4",
"request": "^2.81.0",
"sax": "^1.2.4",
"superagent": "^3.6.0",
"xml-escape": "^1.1.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-batch-replace": "0.0.0",
"gulp-babel": "^6.1.2",
"gulp-help": "^1.6.1",
"gulp-install": "^1.1.0",
"gulp-zip": "^4.0.0",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/"
},
"keywords": [
"alexa",
"reference",
"skill",
"news"
],
"author": "Amazon.com",
"license": "Apache-2.0"
}