-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 946 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 946 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
{
"name": "spaceball",
"version": "1.0.0",
"description": "Amazon Echo Skill to watch for near earth objects.",
"repository": {
"type": "git",
"url": "git@github.com:devinball/spaceball.git"
},
"scripts": {
"deploy": "serverless deploy -s production",
"dev": "serverless deploy",
"test": "serverless webpack invoke -f spaceball -p ./alexa_intent_request.json"
},
"author": "devinball, jbasdf",
"license": "MIT",
"homepage": "https://github.com/devinball/spaceball",
"dependencies": {
"aws-sdk": "^2.6.9",
"dotenv": "^4.0.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"json-loader": "^0.5.4",
"serverless-webpack": "^1.0.0-rc.2",
"webpack": "^1.13.3"
}
}