-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.2 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "Rick Wargo <[email protected]> (https://www.rickwargo.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/rickwargo/template.git"
},
"bugs": {
"url": "https://github.com/rickwargo/template/issues"
},
"alexa": {
"applicationId": "amzn1.echo-sdk-ams.app.000000-d0ed-0000-ad00-000000d00ebe"
},
"dependencies": {
"aws-sdk": "^2.2.26",
"bluebird": "^2.10.2",
"js-combinatorics": "^0.5.0",
"node-uuid": "^1.4.7",
"numbered": "^1.0.0",
"request-promise": "^1.0.2"
},
"aws": {
"accessKeyId": "",
"secretAccessKey": "",
"region": "us-east-1",
"sslEnabled": true
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"del": "^2.2.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-help": "^1.6.1",
"gulp-install": "^0.6.0",
"gulp-jshint": "^2.0.0",
"gulp-jslint": "^0.2.2",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.1",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.0.2",
"mocha": "^2.3.4",
"node-aws-lambda": "^0.1.7",
"run-sequence": "^1.1.5"
}
}