UNPKG

1.51 kBJSONView Raw
1{
2 "name": "alexa-sdk",
3 "version": "1.0.25",
4 "description": "Alexa Skill SDK for Node.js",
5 "main": "index.js",
6 "contributors": [
7 {
8 "name": "Diego Benitez",
9 "email": "diegoben@amazon.com"
10 },
11 {
12 "name": "Yang Zhang",
13 "email": "ygzg@amazon.com"
14 },
15 {
16 "name": "Brendan Clement",
17 "email": "clebrend@amazon.com"
18 },
19 {
20 "name": "Leandro Pascual",
21 "email": "leandrop@amazon.com"
22 },
23 {
24 "name": "Krish Furia",
25 "email": "krishf@amazon.com"
26 },
27 {
28 "name": "Tianren Zhang",
29 "email": "tianrenz@amazon.com"
30 },
31 {
32 "name": "Tiantian Xie",
33 "email": "xtiantia@amazon.com"
34 }
35 ],
36 "dependencies": {
37 "aws-sdk": "^2.4.7",
38 "i18next": "^3.4.1",
39 "i18next-sprintf-postprocessor": "^0.2.2"
40 },
41 "devDependencies": {
42 "chai": "^4.1.0",
43 "gulp": "^3.9.1",
44 "gulp-jshint": "^2.0.4",
45 "gulp-mocha": "^4.3.1",
46 "jshint": "^2.9.5",
47 "mocha": "^3.5.0",
48 "sinon": "^4.0.2",
49 "nock": "^9.0.25"
50 },
51 "scripts": {
52 "test": "echo \"Error: no test specified\" && exit 1"
53 },
54 "repository": {
55 "type": "git",
56 "url": "git+https://github.com/alexa/alexa-skill-sdk-for-nodejs.git"
57 },
58 "keywords": [
59 "Alexa",
60 "skill",
61 "sdk"
62 ],
63 "author": "Amazon.com",
64 "license": "Apache-2.0",
65 "bugs": {
66 "url": "https://github.com/alexa/alexa-skill-sdk-for-nodejs/issues"
67 },
68 "homepage": "https://github.com/alexa/alexa-skill-sdk-for-nodejs#readme"
69}