-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 942 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-message-builder",
"version": "1.1.0",
"description": "Simple builder for Alexa replies.",
"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",
"conversation",
"message",
"builder",
"echo",
"amazon"
],
"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-message-builder.git"
},
"bugs": {
"url": "https://github.com/stojanovic/alexa-message-builder/issues"
},
"homepage": "https://github.com/stojanovic/alexa-message-builder"
}