-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 938 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
38
39
40
41
42
{
"name": "amazon-lib",
"description": "AWS Library",
"version": "0.1.0",
"keywords": [
"Amazon",
"AWS",
"SQS",
"SNS",
"Amazon Product API"
],
"repository": {
"type": "git",
"url": "[email protected]:doug-martin/amazon-lib.git"
},
"author": "Doug Martin",
"main": "index.js",
"dependencies": {
"xml2js": ">=0.1.11",
"extended": "~0.0.3",
"declare.js": "~0.0.4",
"promise-extended": "~0.0.4",
"object-extended": "~0.0.3",
"is-extended": "~0.0.4",
"it": "~0.2.2",
"sandboxed-module": "~0.2.0"
},
"scripts": {
"test": "it -r dot"
},
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 0.4.4"
},
"devDependencies": {
"grunt-it": "~0.3.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0"
}
}