-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.15 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.15 KB
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
{
"name": "sasquatcha",
"version": "0.1.5",
"description": "It watches for blurry SQS messages",
"main": "index.js",
"scripts": {
"test": "grunt mocha_istanbul"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bombbomb/sasquatcha.git"
},
"keywords": [
"aws",
"sqs",
"dynamodb"
],
"author": "Brian McGuire <brian@bombbomb.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/bombbomb/sasquatcha/issues"
},
"homepage": "https://github.com/bombbomb/sasquatcha#readme",
"dependencies": {
"aws-sdk": "^2.3.11",
"dynamodb-doc": "^1.0.0",
"guid": "0.0.12",
"https": "^1.0.0",
"sqs-queue-parallel": "^0.1.6",
"underscore": "^1.8.3"
},
"devDependencies": {
"async": "^2.4.0",
"chai": "^3.4.1",
"dynalite": "^1.0.2",
"grunt": "^0.4.5",
"grunt-aws-lambda": "^0.11.0",
"grunt-karma": "^1.0.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-mocha-test": "^0.12.7",
"istanbul": "^0.4.2",
"karma": "^0.13.22",
"mocha": "^3.4.1",
"mocha-istanbul": "^0.2.0",
"proxyquire": "^1.7.4",
"sinon": "^2.2.0",
"supertest": "^1.2.0"
}
}