-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"author": "Christian Tellnes <[email protected]> (http://christian.tellnes.com)",
"name": "cloudfront",
"description": "Amazon AWS CloudFront client for Node.js",
"homepage": "https://github.com/tellnes/node-cloudfront",
"keywords": [
"aws",
"cloudfront",
"amazon"
],
"version": "0.4.1",
"repository": {
"type": "git",
"url": "git://github.com/tellnes/node-cloudfront.git"
},
"bugs": {
"url": "https://github.com/tellnes/node-cloudfront/issues"
},
"contributors": [
"Christian Tellnes <[email protected]> (http://christian.tellnes.com)",
"Alex Vasilenko (https://github.com/mente)"
],
"licenses": {
"type": "MIT",
"url": "https://github.com/tellnes/node-cloudfront/blob/master/LICENSE"
},
"main": "lib/",
"dependencies": {
"data2xml": "~0.9.0",
"xml2js": "~0.2.8"
},
"devDependencies": {
"eyes": "~0.1.7"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"publishConfig": {
"registry": "https://registry.npmjs.com/"
}
}