-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 898 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
36
37
{
"name": "node-sqs",
"description": "A handy start point for TDD in node.js",
"version": "0.0.0",
"homepage": "https://github.com/digitalgravy/node-sqs",
"bugs": "https://github.com/digitalgravy/node-sqs/issues",
"license": "MIT",
"main": "lib/node-sqs.js",
"author": {
"name": "Stuart Elmore",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/digitalgravy/node-sqs"
},
"keywords": [],
"dependencies": {
"aws-sdk": "^2.1.5",
"debug": "2.1.1",
"gulp-nodemon": "^1.0.5",
"lodash": "2.4.1",
"q": "1.1.2"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-jshint": "^1.8.4",
"gulp-jasmine": "^1.0.0",
"gulp-istanbul": "^0.3.0",
"jshint-stylish": "^0.4.0",
"gulp-load-plugins": "^0.6.0",
"gulp-plumber": "^0.6.5"
},
"scripts": {
"test": "gulp test"
}
}