-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 817 Bytes
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": "uhskill",
"version": "1.0.0",
"description": "uh skill",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brendanclement/UhSkill.git"
},
"keywords": [
"alexa",
"skill"
],
"author": "Awesome people",
"license": "MIT",
"bugs": {
"url": "https://github.com/brendanclement/UhSkill/issues"
},
"homepage": "https://github.com/brendanclement/UhSkill#readme",
"dependencies": {
"alexa-sdk": "^1.0.6"
},
"devDependencies": {
"@types/core-js": "^0.9.35",
"@types/node": "^7.0.5",
"grunt": "^1.0.1",
"grunt-aws-lambda": "^0.13.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-ts": "^6.0.0-beta.11",
"typescript": "^2.2.1"
}
}