forked from stojanovic/alexa-skill-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 938 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
{
"name": "alexa-skill-kit",
"version": "1.0.0",
"description": "Library for effortless Alexa Skill development with AWS Lambda",
"main": "index.js",
"scripts": {
"pretest": "eslint lib spec *.js",
"test": "node spec/support/jasmine-runner.js",
"debug": "node debug spec/support/jasmine-runner.js"
},
"keywords": [
"alexa",
"skill",
"amazon",
"chatbots",
"bots",
"echo"
],
"author": "Slobodan Stojanovic <[email protected]> (http://slobodan.me/)",
"license": "MIT",
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-defaults": "^9.0.0",
"jasmine": "^2.5.3",
"jasmine-spec-reporter": "^3.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/stojanovic/alexa-skill-kit.git"
},
"bugs": {
"url": "https://github.com/stojanovic/alexa-skill-kit/issues"
},
"homepage": "https://github.com/stojanovic/alexa-skill-kit"
}